home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emx / include / conio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-31  |  186 b   |  10 lines

  1. /* conio.h (emx+gcc) */
  2.  
  3. #if !defined (_CONIO_H)
  4. #define _CONIO_H
  5.  
  6. #define getch()   _read_kbd (0, 1, 0)
  7. #define getche()  _read_kbd (1, 1, 0)
  8.  
  9. #endif /* !defined (_CONIO_H) */
  10.