


XmStringCopy(3X)					     XmStringCopy(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggCCooppyy - A compound string function that makes a copy of a string

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  XXmmSSttrriinngg XXmmSSttrriinnggCCooppyy	((_s_1))
       XXmmSSttrriinngg	 _s_1;;

DESCRIPTION
  XXmmSSttrriinnggCCooppyy makes a copy of a compound string.  The space for the result-
  ing compound string is allocated within the function.	 The application is
  responsible for managing the allocated space.	 The memory can	be recovered
  by calling XXmmSSttrriinnggFFrreeee.

  _s_1	 Specifies the compound	string to be copied

RETURN VALUE
  Returns a new	compound string.

RELATED	INFORMATION
  XXmmSSttrriinnggCCrreeaattee((33XX)) and XXmmSSttrriinnggFFrreeee((33XX)).



































