signal.h 109 B

123
  1. #define SIG_ERR ((void (*)(int)) -1)
  2. #define SIG_DFL ((void (*)(int)) 0)
  3. #define SIG_IGN ((void (*)(int)) 1)