machinatrix
A very silly Matrix bot written in C
|
Resizable buffer used by several functions. More...
#include <utils.h>
Data Fields | |
char * | p |
Owning pointer to the dynamically-allocated data. | |
size_t | n |
Size of the buffer pointed to by p. | |
Resizable buffer used by several functions.
size_t mtrix_buffer::n |
Size of the buffer pointed to by p.
char* mtrix_buffer::p |
Owning pointer to the dynamically-allocated data.