|
OSAPI
0.29
Open System API
|
The OSAPI C String structure. More...
#include <string_types_basic.h>
Data Fields | |
| uint64_t | tsize |
| Total size of the allocated string memory. | |
| uint64_t | csize |
| Current used size. | |
| char * | ps_location |
| Pointer to String location. | |
The OSAPI C String structure.