Query: xmstringconcatandfree
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmStringConcatAndFree(library call) XmStringConcatAndFree(library call)NAMEXmStringConcatAndFree -- A compound string function that appends one string to another and frees the original stringsSYNOPSIS#include <Xm/Xm.h> XmString XmStringConcatAndFree( XmString s1, XmString s2);DESCRIPTIONXmStringConcatAndFree copies s2 to the end of s1 and returns a copy of the resulting compound string. The original strings are freed. The function will allocate space to hold the returned compound string. The application is responsible for managing the allocated space. The application can recover the allocated space by calling XmStringFree. s1 Specifies the compound string to which a copy of s2 is appended s2 Specifies the compound string that is appended to the end of s1 The XmStringConcatAndFree function works like the XmStringConcat function, except that it frees the s1 and s2 strings, and is therefore more efficient. You should use XmStringConcatAndFree instead of XmStringConcat if you want s1 and s2 to be freed afterwards.RETURNReturns a new compound string.RELATEDXmStringConcat(3), XmStringCreate(3), and XmStringFree(3). XmStringConcatAndFree(library call)
Related Man Pages |
---|
xmstringsegmentcreate(3) - redhat |
xmstring(3) - centos |
xmstringtabletoxmstring(3) - centos |
xmstringnconcat(3x) - osf1 |
xmstring(3x) - centos |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
Hpux 11iV3 administration document |
Thank you members and admins |