SIGSEGV

From Cppreference

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

#define SIGSEGV /*implementation defined*/

The SIGSEGV macro expands into an integral expression, defining a signal number. This signal represents This signal represents invalid memory access (segmentation fault).

[edit] See also

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