ReactOS 0.4.15-dev-8434-g155a7c7
console.h
Go to the documentation of this file.
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
10extern int char_avail;
11extern int ungot_char;
12
13#endif
14
15/* EOF */
16
int char_avail
Definition: ungetch.c:15
int ungot_char
Definition: ungetch.c:16