machinatrix
A very silly Matrix bot written in C
Loading...
Searching...
No Matches
mtrix_buffer Struct Reference

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.
 

Detailed Description

Resizable buffer used by several functions.

Field Documentation

◆ n

size_t mtrix_buffer::n

Size of the buffer pointed to by p.

◆ p

char* mtrix_buffer::p

Owning pointer to the dynamically-allocated data.


The documentation for this struct was generated from the following file: