ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
common.c File Reference

🔧 Core utilities: memory management, safe macros, and cross-platform helpers More...

Go to the source code of this file.

Functions

bool shutdown_is_requested (void)
 Check if shutdown has been requested.
 
asciichat_error_t asciichat_shared_init (const char *default_log_filename, bool is_client)
 Initialize common subsystems shared by client and server.
 

Variables

int g_max_fps = 0
 Runtime configurable maximum frame rate (can be overridden via environment or command line)
 

Detailed Description

🔧 Core utilities: memory management, safe macros, and cross-platform helpers

Definition in file common.c.