ticktock
(void)signal (SIGALRM, ticktock);
(void) signal(SIGALRM, ticktock);
static void ticktock(int);