deepstone

view dosemu/conio.h @ 2:8c9a63a902d5

added palman to the dos makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 21 Nov 2011 10:15:37 +0200
parents
children bce78aaafc68
line source
1 #ifndef CONIO_H_
2 #define CONIO_H_
4 int kbhit(void);
5 char getch(void);
7 #endif /* CONIO_H_ */