summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.c
blob: 32169d7307a4468e250e628fd2f74c57686a58f1 (plain)
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)
*/