ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
config_builder_t Struct Reference

Helper structure for building config content in a buffer. More...

Data Fields

char * buffer
 
size_t size
 
size_t capacity
 
bool overflow
 

Detailed Description

Helper structure for building config content in a buffer.

Definition at line 1180 of file config.c.

Field Documentation

◆ buffer

char* config_builder_t::buffer

Definition at line 1181 of file config.c.

Referenced by config_create_default().

◆ capacity

size_t config_builder_t::capacity

Definition at line 1183 of file config.c.

Referenced by config_create_default().

◆ overflow

bool config_builder_t::overflow

Definition at line 1184 of file config.c.

◆ size

size_t config_builder_t::size

Definition at line 1182 of file config.c.

Referenced by config_create_default().


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