1 2 3 4 5 6 7 8 9
#include <signal.h> #define SIGINT (4) /** interrupt **/ /*** is a signal that indicates the program is being interactively interrupted. ***/ /* STDC(1) */