Crate ctrlc_tiny

Source

Functions§

init_ctrlc
Initializes the SIGINT (Ctrl-C) signal handler.
is_ctrlc_received
Checks whether Ctrl-C (SIGINT) has been received.
reset_ctrlc_received
Resets the internal Ctrl-C received flag to false.