String manipulation buffer.
More...
#include "buffer.h"
|
| char * | data |
| | Pointer to data.
|
| |
| char * | dptr |
| | Current read/write position.
|
| |
| size_t | dsize |
| | Length of data.
|
| |
String manipulation buffer.
Definition at line 35 of file buffer.h.
◆ data
Pointer to data.
Definition at line 37 of file buffer.h.
◆ dptr
Current read/write position.
Definition at line 38 of file buffer.h.
◆ dsize
Length of data.
Definition at line 39 of file buffer.h.
The documentation for this struct was generated from the following file: