Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStriCop(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmStringCopy(Xm)               6 January 1993               XmStringCopy(Xm)


 Name

    XmStringCopy - a compound string function that makes a copy of a string

 Syntax


    #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 applica-
    tion is responsible for managing the allocated space.  The memory can be
    recovered by calling XmStringFree.

    s1      Specifies the compound string to be copied

 Return value

    Returns a new compound string.

 See also

    XmStringCreate(Xm) and XmStringFree(Xm).



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026