[gforth] / gforth / Attic / io.h  

gforth: gforth/Attic/io.h

File: [gforth] / gforth / Attic / io.h (download) (as text)
Revision: 1.1.1.1 (vendor branch), Fri Feb 11 16:30:47 1994 UTC (19 years, 3 months ago) by anton
Branch: no-vendor
CVS Tags: alpha
Changes since 1.1: +0 -0 lines
The GNU Forth Project

/* Input driver header */

unsigned char getkey(FILE *);
int key_avail(FILE *);
void prep_terminal();
void deprep_terminal();
void install_signal_handlers(void);

#define key()		getkey(stdin)
#define key_query	-(!key_avail(stdin)) /* !! FLAG(...)? - anton */

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help