Data structure for storing strings in a safer way than a standard C-String. * Can also hold a number of null-terminated strings.
< number of used bytes (including closing zero byte)
< pointer to the string data
< raw number of bytes allocated
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.