6.13 <signal.h> Signal Handling
The header file signal.h
consists of a type, several macros and two
functions that specify how the program handles signals while it is executing. A signal
is a condition that may be reported during the program execution. Signals are
synchronous, occurring under software control via the raise
function.
Attention: This header is not implemented by
MPLAB XC8.