alrm_handler
sa.sa_handler = alrm_handler;
static void alrm_handler(int);
handle(alrm_handler, SIGALRM, 0);