summaryrefslogtreecommitdiff
path: root/src/signal/SIGSEGV.h
blob: dfb5adf10d54d25f49f88251381f67d0d6dec144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define SIGSEGV                                                              (7)

/** segmentation fault **/

/***
is a signal that indicates the program is attempting to access an invalid
memory address.
***/

/*
STDC(1)
*/