|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Generic sized buffer. More...
#include <types.h>
Data Fields | |
| char * | start |
| size_t | size |
| bool | is_static |
Generic sized buffer.
| char* ccord_szbuf::start |
the buffer's start
| size_t ccord_szbuf::size |
the buffer's size in bytes
| bool ccord_szbuf::is_static |
true if buffer is static (else is dynamic and shall be freed)