[project @ 2005-11-30 16:56:24 by simonmar]
[haskell-directory.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 set_console_buffering__(int fd, int cooked);
9 extern int set_console_echo__(int fd, int on);
10 extern int get_console_echo__(int fd);
11 extern int flush_input_console__ (int fd);
12 #endif