1XmParseTableFree(library call) XmParseTableFree(library call)
2
3
4
6 XmParseTableFree — A compound string function that recovers memory
7
9 #include <Xm/Xm.h>
10 void XmParseTableFree(
11 XmParseTable parse_table,
12 Cardinal count);
13
15 XmParseTableFree recovers memory used by an XmParseTable and its con‐
16 stituent XmParseMappings.
17
18 parse_table
19 Specifies the parse table to be freed
20
21 count Specifies the number of parse mappings in the parse table
22
24 XmParseTable(3) and XmString(3).
25
26
27
28 XmParseTableFree(library call)