1 2 3 4 5 6 7 8 9 10
/* * this space for rent.... */ typedef void (*sighandler_t) (int); #define SIG_SETALL 0x01 int sigctl (int, sighandler_t);