Program support utilities
From cppreference.com
Contents |
Program termination
The following functions manage program termination and resource cleanup.
Communicating with the environment
Signals
Several functions and macro constants for signal management are provided.
Defined in header
<signal.h> | |
the integer type that can be accessed as an atomic entity from an asynchronous signal handler (typedef) | |
Signal types |
Non-local jumps
Defined in header
<setjmp.h> | |
Types |