SynopsisFrees any storage allocated for a value_t variable. Prototype#include "uemf.h" void valueFree(value_t* v); Parameters
Description The symClose This function either calls bFree for a string type or initiates the call back function for a symbol type. Return Valuenone Examplestatemachine_t *sm; value_t v; v = valueSymbol((void *)sm, &fmFreeStateMachine); symEnter(smTable, instanceName, v, 0); valueFree(&v); Stability ClassificationStable. See Also |