Buffer used by dynamic string.
More...
#include <dstring.h>
Data Fields
-
int len
- the buffer length
-
struct _dstr_buff_t * next
- pointer to next buffer in the list
-
int used
- already used bytes from buffer
Detailed Description
- Todo:
- 'len' and 'used' can be replaced by 'unused' member but it doesn't save too much
Definition at line 58 of file dstring.h.
The documentation for this struct was generated from the following file: