Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStringCopy(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmStringCreate(3Xm)

XmStringFree(3Xm)

XmStringCopy(3Xm)  —  UNIX Programmer’s Manual

NAME

XmStringCopy — a compound string function that makes a copy of a string.

SYNOPSIS

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

DESCRIPTION

XmStringCopy makes a copy of a compound string.  The space for the resulting compound string is allocated within the function.  The application is responsible for managing the allocated space.  The memory can be recovered by calling XmStringFree. 

s1Specifies the compound string. 

RETURN VALUE

Returns a new compound string. 

RELATED INFORMATION

XmStringCreate(3Xm) and XmStringFree(3Xm). 

7th Edition

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