This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>. All rights reserved. Released under the GNU General Public License.
![]() |
![]() |
![]() |
![]() |
<signal.h>
Header<signal.h>
header.
SIG_DFL | Default signal handler |
SIG_ERR | Error return value |
SIG_IGN | Ignoring signal handler |
SIGABRT | Abnormal termination signal |
SIGFPE | Erroneous arithmetic operation signal |
SIGILL | Illegal instruction signal |
SIGINT | Interactive attention reception signal |
SIGSEGV | Invalid access to storage signal |
SIGTERM | Program termination request signal |
sig_atomic_t | Type of an object accessible as an atomic entity |
signal | Select a signal handling function |
raise | Send a signal to the executing program |