Standard library header <csignal>
From cppreference.com
This header was originally in the C standard library as <signal.h>.
This header is part of the program support library.
Typedefs |
|
| the integer type that can be accessed as an atomic entity from an asynchronous signal handler (typedef) |
|
Macros |
|
| defines signal types (macro constant) |
|
| defines signal handling strategies (macro constant) |
|
| return value of signal specifying that an error was encountered (macro constant) |
|
Functions |
|
| sets a signal handler for particular signal (function) |
|
| runs the signal handler for particular signal (function) |
|