C Standard Library Extensions  1.0.5
Typedefs
Strings

Typedefs

typedef struct _cx_string_ cx_string
 The cx_string data type.

Detailed Description

A cx_string is similar to a standard C string, except that it grows automatically as text is appended or inserted. The character data the string contains is '\0' terminated in order to guarantee full compatibility with string utility functions processing standard C strings. Together with the character data it also stores the length of the string.