Go to the documentation of this file.00001 #ifndef CONIO_H
00002 #define CONIO_H
00003
00004
00005 #ifdef __cplusplus
00006 extern "C"
00007 #endif
00008 int _getch(void);
00009 #ifdef __cplusplus
00010 extern "C"
00011 #endif
00012 int _kbhit(void);
00013
00014 #endif