Concord - C Discord API library
A Discord API wrapper library written in C
ccord_szbuf Struct Reference

Generic sized buffer. More...

#include <types.h>

Data Fields

char * start
 
size_t size
 
bool is_static
 

Detailed Description

Generic sized buffer.

Field Documentation

◆ start

char* ccord_szbuf::start

the buffer's start

◆ size

size_t ccord_szbuf::size

the buffer's size in bytes

◆ is_static

bool ccord_szbuf::is_static

true if buffer is static (else is dynamic and shall be freed)


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