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

Reusable generic sized buffer. More...

#include <types.h>

Data Fields

char * start
 
size_t size
 
size_t realsize
 

Detailed Description

Reusable generic sized buffer.

Field Documentation

◆ start

char* ccord_szbuf_reusable::start

the buffer's start

◆ size

size_t ccord_szbuf_reusable::size

the buffer's relative size in bytes

◆ realsize

size_t ccord_szbuf_reusable::realsize

the buffer's real size in bytes


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