From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/signal/SIGINT.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/signal/SIGINT.c') diff --git a/src/signal/SIGINT.c b/src/signal/SIGINT.c index d335bbe2..bdd3f74d 100644 --- a/src/signal/SIGINT.c +++ b/src/signal/SIGINT.c @@ -1,10 +1,13 @@ -#include #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) */ -- cgit v1.2.1