summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.c
blob: d335bbe25638b8a676dc17655b22938f26ef9b02 (plain)
1
2
3
4
5
6
7
8
9
10
#include <signal.h>
#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)
*/