FLDdelete
delete a subobject of a field
int FLDdelete (
OMobj_id field,
const char *name);
Description
FLDdelete deletes a named subobject from a field.
Parameters
OMobj_id field
The OMobj_id of the field that contains the subobject to be deleted.
const char *name
A character string that contains the name of subobject to be deleted.
Returned value
A pointer to the array, or NULL if ARRalloc failed.
Examples
compat/modules/converts/geom2obj.c
Files
v/fld.v.
See Also