logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringByteStreamLength — A function that returns the size of a string "XmStringByteStreamLength"

Description

XmStringByteStreamLength  receives  a  byte  stream format string and returns the size, in bytes, of that
       stream, including the header.  Because of  this  header  information,  even  a  NULL  string  will  cause
       XmStringByteStreamLength to return a non-zero value.

       string    Specifies the byte stream format string.

Name

XmStringByteStreamLength — A function that returns the size of a string "XmStringByteStreamLength"

Return Values

       Returns the size of string, including the header.

                                                                                     XmStringByteStreamLength(3)

Synopsis

       #include <Xm/Xm.h>
       unsigned int XmStringByteStreamLength (string)
               unsigned char   *string;
       (void)

See Also