deepstone

view dosemu/conio.h @ 23:4ad71b558ab2

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Sep 2013 19:09:03 +0300
parents f04884489bad
children
line source
1 #ifndef CONIO_H_
2 #define CONIO_H_
4 int kbhit(void);
5 int getch(void);
7 #endif /* CONIO_H_ */