xmparsetablefree(3) - Linux man page
Name
XmParseTableFree - A compound string function that recovers memory
Synopsis
#include <Xm/Xm.h> void XmParseTableFree( XmParseTable parse_table, Cardinal count);
Description
XmParseTableFree recovers memory used by an XmParseTable and its constituent XmParseMappings.
- parse_table
- Specifies the parse table to be freed
- count
Specifies the number of parse mappings in the parse table
Related
xmparsetable(3) and xmstring(3).