1XmStringCopy(library call) XmStringCopy(library call)
2
3
4
6 XmStringCopy — A compound string function that makes a copy of a string
7
9 #include <Xm/Xm.h>
10 XmString XmStringCopy(
11 XmString s1);
12
14 XmStringCopy makes a copy of an existing compound string. When the
15 application no longer needs the returned compound string, the applica‐
16 tion should call XmStringFree.
17
18 s1 Specifies the compound string to be copied
19
21 Returns a compound string.
22
24 XmStringCreate(3) and XmStringFree(3).
25
26
27
28 XmStringCopy(library call)