xref: /reactos/sdk/lib/crt/include/internal/console.h (revision 1734f297)
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 
17