deepstone

view src/dosemu/conio.h @ 41:482f30e63462

fixed typos in readme
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 15 Sep 2017 05:33:57 +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_ */