Data structure for storing strings in a safer way than a standard C-String. * Can also hold a number of null-terminated strings.
< raw number of bytes allocated
< pointer to the string data
See Implementation
Data structure for storing strings in a safer way than a standard C-String. * Can also hold a number of null-terminated strings.