add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / include / consUtils.h
1 /* 
2  * (c) The University of Glasgow, 2000-2002
3  *
4  * Win32 Console API helpers.
5  */
6 #ifndef __CONSUTILS_H__
7 #define __CONSUTILS_H__
8 extern int is_console__(int fd);
9 extern int set_console_buffering__(int fd, int cooked);
10 extern int set_console_echo__(int fd, int on);
11 extern int get_console_echo__(int fd);
12 extern int flush_input_console__ (int fd);
13 #endif