A compound string function that makes a copy of a string
Format
#include <Xm/Xm.h> XmString XmStringCopy XmString s1
DESCRIPTION
XmStringCopy makes a copy of an existing compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.
RETURN
Returns a compound string.
RELATED