1 #include <signal.h> 2 sigrtmax()3 int sigrtmax() { 4 return SIGRTMAX; 5 } 6 sigrtmin()7 int sigrtmin() { 8 return SIGRTMIN; 9 } 10