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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmStringFree  --  A compound string function that conditionally deallocates
     memory

SYNOPSIS
     #include <Xm/Xm.h>
     void XmStringFree(
     XmString string);

DESCRIPTION
     XmStringFree conditionally recovers memory used by a compound string.   Ap-
     plications  should  call  XmStringFree when the application no longer needs
     string.

     string    Specifies the compound string to be freed

RELATED
     XmStringCreate(3).

								 XmStringFree(3)

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

home | help