XmStringCopy - Man Page

A compound string function that makes a copy of a string

Synopsis

#include <Xm/Xm​.h>
XmString XmStringCopy(
XmString s1);

Description

XmStringCopy makes a copy of an existing compound string​. When the application no longer needs the returned compound string, the application should call XmStringFree​.

s1

Specifies the compound string to be copied

Return

Returns a compound string​.

Referenced By

XmString(3), XmStringCreate(3).