Go to the source code of this file.
|
struct | dstring |
| A dynamic string (dstring) that automatically reallocate her buffer when needed. More...
|
|
|
typedef struct dstring | dstring_t |
| A dynamic string (dstring) that automatically reallocate her buffer when needed.
|
|
◆ DSTRING_CHUNK_SIZE
#define DSTRING_CHUNK_SIZE 100 |
The size of the chunk of a dynamic string.
The string buffer size is increased aligned by this size when reallocated.
Definition at line 5 of file dstring.h.
◆ dstring_t
A dynamic string (dstring) that automatically reallocate her buffer when needed.