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