handle_int
if (sigflags & (1 << (SIGINT - 1))) handle_int(SIGINT); \
void handle_int(int);
handle_int(signo);