Xmstringcopy a compound string function that makes a copy of a string "xmstringcopy" "compound string functions" "xmstringcopy"
#include <Xm/Xm.h> XmString XmStringCopy( XmString s1);
XmStringCopy makes a copy of an existing compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.
Specifies the compound string to be copied
Returns a compound string.