MFC r299655:

Add missing prototype for getchar(..)
This commit is contained in:
ngie 2016-05-23 05:23:53 +00:00
parent 4b70d73d68
commit f965051202

View File

@ -28,6 +28,7 @@ void xputc(int c);
void putchar(int c);
int getc(int fn);
int xgetc(int fn);
int getchar(void);
int keyhit(unsigned int secs);
void getstr(char *cmdstr, size_t cmdstrsize);