Robot
Move a little robot.
|
A dynamically allocated string structure. More...
#include <string.h>
Data Fields | |
char * | start |
size_t | available_size |
size_t | used_size |
A dynamically allocated string structure.
This structure represents a resizable string buffer, tracking both the allocated and used sizes.
size_t string::available_size |
char* string::start |
size_t string::used_size |