Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringCopy(3) 	    Library Functions Manual		 XmStringCopy(3)

NAME
     XmStringCopy -- 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 appli-
     cation 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.

RELATED
     XmStringCreate(3) and XmStringFree(3).

								 XmStringCopy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringCopy&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help