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) */