FreeBSD Manual Pages
XmStringBy...reamLength(3) Library Functions Manual XmStringBy...reamLength(3) NAME XmStringByteStreamLength -- A function that returns the size of a string SYNOPSIS #include <Xm/Xm.h> unsigned int XmStringByteStreamLength (string) unsigned char *string; (void) DESCRIPTION XmStringByteStreamLength receives a byte stream format string and re- turns the size, in bytes, of that stream, including the header. Be- cause of this header information, even a NULL string will cause Xm- StringByteStreamLength to return a non-zero value. string Specifies the byte stream format string. RETURN VALUES Returns the size of string, including the header. XmStringBy...reamLength(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUES
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringByteStreamLength&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>