Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmParseTableFree(3)	   Library Functions Manual	   XmParseTableFree(3)

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 con-
       stituent	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).

							   XmParseTableFree(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmParseTableFree&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help