deepstone

view src/dosemu/conio.h @ 39:f9b1ff21fd62

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 10 Mar 2014 17:28:28 +0200
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_ */