home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / prg / sphinx / examples / simple / simple03.c__ < prev   
Encoding:
Text File  |  1993-11-28  |  796 b   |  26 lines

  1. /*
  2.     FILENAME:  SIMPLE03.C--
  3.  
  4.     DESCRIPTION:  This is the lasts in a list of progressing example files
  5.                   to teach you how to use C--.
  6.                   Sorry that I have not yet had the time to do any real docs 
  7.                   and continue this example series, but I would like to get
  8.                   some input from some other programmers about how things
  9.                   are going.  What did you think of these example files?  I
  10.                   would appreciate some feedback.
  11.  
  12.     CONCEPTS:  - Wait until the next update of C--.
  13.  
  14.     COM FILE SIZE:  42 bytes.    
  15. */
  16.  
  17.  
  18. ?include "KEYCODES.H--"
  19.  
  20. main()           
  21. {
  22. @ BIOSREADKEY();  // hmmm the same as last time
  23. BIOSREADKEY();    // ----------- " ------------
  24.  
  25. /* end of SIMPLE03.c-- */