home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snip9707.zip / DOSGETCH.H < prev    next >
C/C++ Source or Header  |  1997-07-05  |  371b  |  19 lines

  1. /* +++Date last modified: 05-Jul-1997 */
  2.  
  3. /*
  4.    Header for DOSGETCH.ASM
  5.    Donated to the public domain 96-11-12 by Tom Torfs (2:292/516)
  6. */
  7.  
  8. #ifndef DOSGETCH__H
  9. #define DOSGETCH__H
  10.  
  11. #include "extkword.h"
  12.  
  13. extern int CDECL dosgetch(void);
  14. extern int CDECL doswaitch(void);
  15.  
  16. #define doswaitkey() if (doswaitch()==0) doswaitch()
  17.  
  18. #endif /* DOSGETCH__H */
  19.