MFC r299655:
Add missing prototype for getchar(..)
This commit is contained in:
parent
4b70d73d68
commit
f965051202
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user