deepstone

view src/dosemu/conio.h @ 36:e234f2a4b6fa

ops
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Sep 2013 07:42:56 +0300
parents bce78aaafc68
children
line source
1 #ifndef CONIO_H_
2 #define CONIO_H_
4 int kbhit(void);
5 int getch(void);
7 #endif /* CONIO_H_ */