SIGABRT

From Cppreference

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

#define SIGABRT /*implementation defined*/

The SIGABRT macro expands into an integral expression, defining a signal number. This signal represents abnormal termination condition, as is e.g. initiated by abort().

[edit] See also

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