Answers for "c signals"

C
-1

c signals

#define SIGHUP  1   /* Hangup the process */ 
#define SIGINT  2   /* Interrupt the process */ 
#define SIGQUIT 3   /* Quit the process */ 
#define SIGILL  4   /* Illegal instruction. */ 
#define SIGTRAP 5   /* Trace trap. */ 
#define SIGABRT 6   /* Abort. */
Posted by: Guest on November-22-2020

Code answers related to "C"

Browse Popular Code Answers by Language