dos3d

diff dosemu/conio.h @ 9:bce78aaafc68

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 26 Nov 2011 03:59:48 +0200
parents f04884489bad
children
line diff
     1.1 --- a/dosemu/conio.h	Mon Nov 21 12:45:18 2011 +0200
     1.2 +++ b/dosemu/conio.h	Sat Nov 26 03:59:48 2011 +0200
     1.3 @@ -2,6 +2,6 @@
     1.4  #define CONIO_H_
     1.5  
     1.6  int kbhit(void);
     1.7 -char getch(void);
     1.8 +int getch(void);
     1.9  
    1.10  #endif	/* CONIO_H_ */