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