summaryrefslogtreecommitdiff
path: root/libraries/base/include/consUtils.h
blob: 3536593f3c9a1c928fe47cd368f27b3982e8dce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 
 * (c) The University of Glasgow, 2000-2002
 *
 * Win32 Console API helpers.
 */
#pragma once

extern int is_console__(int fd);
extern int set_console_buffering__(int fd, int cooked);
extern int set_console_echo__(int fd, int on);
extern int get_console_echo__(int fd);
extern int flush_input_console__ (int fd);