|
||
void pgroup_remove(OBJECT_NODE *parent, PRIM_NODE *prim);
OBJECT_NODE *parent; // A pointer to an OBJECT_NODE PRIM_NODE *prim; // A pointer to a PRIM_NODE
|
|
|
Synopsis |
#include "silver.h" #include "ssnodes.h"
The pgroup_remove function removes a primitive from the current p-group.
|
|
Parameters |
parent is the parent object of the primitive to remove from the p-group prim is the primitive to be removed from the p-group
|
|
Return Value |
none
|
|
See Also |
|