[MSVC]
[reactos.git] / lib / sdk / crt / include / internal / console.h
1 /* console.h */
2
3 #ifndef __CRT_INTERNAL_CONSOLE_H
4 #define __CRT_INTERNAL_CONSOLE_H
5
6 #ifndef _CRT_PRECOMP_H
7 #error DO NOT INCLUDE THIS HEADER DIRECTLY
8 #endif
9
10 extern int char_avail;
11 extern int ungot_char;
12
13 #endif
14
15 /* EOF */
16