|
C-Menu 0.2.9
A User Interface Toolkit
|
The String structure represents a string object with a pointer to the string and its allocated length. More...
#include <cm.h>
Data Fields | |
| char * | s |
| size_t | l |
The String structure represents a string object with a pointer to the string and its allocated length.
| size_t String::l |
allocated length
Definition at line 586 of file cm.h.
Referenced by free_string(), mk_string(), string_cat(), string_cpy(), string_ncat(), string_ncpy(), and to_string().
| char* String::s |
pointer to the string
Definition at line 585 of file cm.h.
Referenced by free_string(), mk_string(), string_cat(), string_cpy(), string_ncat(), string_ncpy(), and to_string().