source: trunk/src/emx/include/conio.h@ 18

Last change on this file since 18 was 18, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 163 bytes
Line 
1/* conio.h (emx+gcc) */
2
3#ifndef _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 /* not _CONIO_H */
Note: See TracBrowser for help on using the repository browser.