Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

XmStringCopy — A compound string function that makes a copy of a string "XmStringCopy" "compound string

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

Name

XmStringCopy  —  A compound string function that makes a copy of a string "XmStringCopy" "compound string
       functions" "XmStringCopy"

Return

       Returns a compound string.

Synopsis

       #include <Xm/Xm.h>
       XmStringXmStringCopy(
       XmStrings1);

See Also