Functions§
- init_
ctrlc - Initializes the SIGINT (Ctrl-C) signal handler.
- init_
ctrlc_ with_ print - Initializes the SIGINT (Ctrl-C) signal handler with a custom message.
- is_
ctrlc_ received - Checks whether Ctrl-C (SIGINT) has been received.
- reset_
ctrlc_ received - Resets the internal Ctrl-C received flag to
false.