Manual Page Result
0
Command: XmStringCopy | Section: 3 | Source: Digital UNIX | File: XmStringCopy.3X.gz
XmStringCopy(3X) XmStringCopy(3X)
NAME
XmStringCopy - A compound string function that makes a copy of a string
SYNOPSIS
#include <Xm/Xm.h>
XmString XmStringCopy (s1)
XmString s1;
DESCRIPTION
XmStringCopy makes a copy of a compound string. The space for the re-
sulting compound string is allocated within the function. The applica-
tion is responsible for managing the allocated space. The memory can
be recovered by calling XmStringFree. Specifies the compound string to
be copied
RETURN VALUE
Returns a new compound string.
SEE ALSO
XmStringCreate(3X), XmStringFree(3X)
XmStringCopy(3X)