alrm_handler
static void alrm_handler(int);
handle(alrm_handler, SIGALRM, 0);
signal(SIGALRM, alrm_handler);