home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / smmaclnk.ark / WAIT.C < prev   
Text File  |  1987-09-10  |  256b  |  12 lines

  1. #include <stdio.h>
  2. #define NOCCARGC
  3. /*
  4. ** wait.c -- wait for operator response
  5. */
  6. wait() {        /* wait for user before clearing the message */
  7.   fputs("\nwaiting...", stderr);
  8.   fgetc(stderr);
  9.   }
  10. ponse
  11. */
  12. wait() {        /* wait for user before clearin