| Click this button to go to the index for this section. |
XmStringCopy(3X)
OSF/Motif
NAME
XmStringCopy - A compound string function that makes a copy of a stringSYNOPSIS
#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. s1 Specifies the compound string to be copiedRETURN VALUE
Returns a new compound string.SEE ALSO
XmStringCreate(3X), XmStringFree(3X)