XmStringCopy --
a compound string function that makes a copy of a string
Syntax
#include <Xm/Xm.h>
XmString XmStringCopy (s1)
XmString s1;
Description
XmStringCopy
makes a copy of a compound string. The space for the resulting
compound string is allocated within the function.
The application is responsible for managing the allocated space. The
memory can be recovered by calling XmStringFree.