source: branches/libc-0.6/src/emx/include/conio.h

Last change on this file was 1506, checked in by bird, 21 years ago

@unixroot. header reviews. ++

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 209 bytes
Line 
1/* conio.h,v 1.2 2004/09/14 22:27:32 bird Exp */
2/** @file
3 * EMX
4 */
5
6#ifndef _CONIO_H
7#define _CONIO_H
8
9#define getch() _read_kbd (0, 1, 0)
10#define getche() _read_kbd (1, 1, 0)
11
12#endif /* not _CONIO_H */
Note: See TracBrowser for help on using the repository browser.