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

Shutdown check system for clean library/application separation. More...

Go to the source code of this file.

Typedefs

typedef bool(* shutdown_check_fn) (void)
 Shutdown check callback function type.
 

Functions

void shutdown_register_callback (shutdown_check_fn callback)
 Register application's shutdown check function.
 
bool shutdown_is_requested (void)
 Check if shutdown has been requested.
 

Detailed Description

Shutdown check system for clean library/application separation.

Definition in file shutdown.h.