SIGILL

From Cppreference

Jump to: navigation, search
Defined in header <csignal>

#define SIGILL /*implementation defined*/

The SIGILL macro expands into an integral expression, defining a signal number. This signal represents invalid program image, such as invalid instruction.

[edit] See also

signal
sets a signal handler for particular signal
(function)
raise
runs the signal handler for particular signal
(function)