1 2 3 4 5 6 7 8 9
#include <signal.h> #define SIGTERM (6) /** terminate **/ /*** is a signal indicating that the system is requesting the program to terminate. ***/ /* STDC(1) */