Help for this page
while (STOP==FALSE) { printf(".\n");usleep(100000); ... wait_flag = TRUE; /* wait for new input */ } }