ascii-chat
0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
shutdown.h
Go to the documentation of this file.
1
23
#pragma once
24
25
#include <
stdbool.h
>
26
32
typedef
bool
(*
shutdown_check_fn
)(void);
33
43
void
shutdown_register_callback
(
shutdown_check_fn
callback);
44
55
bool
shutdown_is_requested
(
void
);
56
shutdown_check_fn
bool(* shutdown_check_fn)(void)
Shutdown check callback function type.
Definition
shutdown.h:32
shutdown_is_requested
bool shutdown_is_requested(void)
Check if shutdown has been requested.
Definition
common.c:45
shutdown_register_callback
void shutdown_register_callback(shutdown_check_fn callback)
Register application's shutdown check function.
stdbool.h
bool
#define bool
Definition
stdbool.h:22
lib
common
shutdown.h
Generated by
1.9.8