1 2 3 4 5 6 7 8 9 10 11 12 13
#define SIGINT (2) /** interrupt **/ /*** is a signal that indicates the program is being interactively interrupted. ***/ /* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */ /* STDC(1) */