summaryrefslogtreecommitdiff
path: root/src/signal/SIGSEGV.c
blob: cfda42c218c58a3fd80e3deefe226cd508fef1dd (plain)
1
2
3
4
5
6
7
8
9
10
#include <signal.h>
#define SIGSEGV                                                              (7)
/** segmentation fault **/
/***
is a signal that indicates the program is attempting to access an invalid
memory address.
***/
/*
STDC(1)
*/