Query: dwtcstrncpy
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtCStrcpy(3Dwt) DwtCStrcpy(3Dwt) Name DwtCStrcpy, DwtCStrncpy - Copies a compound-string. Syntax DwtCompString DwtCStrcpy(compound_string1) DwtCompString compound_string1; DwtCompString DwtCStrncpy(compound_string1, num_chars) DwtCompString compound_string1; int num_chars; Arguments compound_string1 Specifies a compound-string to be copied to the output string. num_chars Specifies the number of characters to be copied. If num_chars is less than the length of compound_string1, the resulting string will not be a valid compound-string. Description The DwtCStrcpy function copies the string in compound_string1. The DwtCStrncpy function copies exactly the number of characters specified in num_chars, including the headers and trailers. The space for the resulting compound-string is allocated with these functions. After using these functions, you should free this space by calling XtFree. Return Values These functions return a pointer to the resulting compound-string. See Also Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtCStrcpy(3Dwt)
Related Man Pages |
---|
dwtcsstring(3dwt) - ultrix |
dwtcstextgeteditable(3dwt) - ultrix |
dwtcstextgetstring(3dwt) - ultrix |
dwtcstextseteditable(3dwt) - ultrix |
dwtinitgetsegment(3dwt) - ultrix |
Similar Topics in the Unix Linux Community |
---|
A short history of UNIX by l.madden@ic.ac.uk |
Can I change my hostname without messing things up? |
PHP Write Man Pages to MySQL DB |