diff options
Diffstat (limited to 'src/signal/SIGINT.c')
| -rw-r--r-- | src/signal/SIGINT.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/signal/SIGINT.c b/src/signal/SIGINT.c new file mode 100644 index 00000000..32169d73 --- /dev/null +++ b/src/signal/SIGINT.c @@ -0,0 +1,9 @@ +#include <signal.h> +#define SIGINT (4) +/** interrupt **/ +/*** +is a signal that indicates the program is being interactively interrupted. +***/ +/* +STDC(1) +*/ |
