Help for this page

Select Code to Download


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