dos3d

view dosemu/conio.h @ 24:698c4d07702d

fixed the linux makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 20 Jun 2017 21:55:49 +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_ */