xmstringfreecontext(3) - Linux man page
Name
XmStringFreeContext - A compound string function that releases the string scanning context data structure
Synopsis
#include <Xm/Xm.h> void XmStringFreeContext( XmStringContext context);
Description
XmStringFreeContext releases the string scanning context data structure.
- context
Specifies the string context structure that was allocated by the XmStringInitContext function
Related
xmstringcreate(3) and xmstringinitcontext(3).