String Struct Reference
Dynamic string handler. More...
#include <string-type.h>
Data Fields | |
char * | str |
The normal, nul terminated char array that represents the string. | |
unsigned int | length |
The current string length (number of characters in the string) | |
unsigned int | availableLength |
Size of the bloc allocated. | |
Detailed Description
Dynamic string handler.
Allows to work on string an perform additions to the string without having to care about memory management and reallocations
The documentation for this struct was generated from the following file:
- types/string-type.h