File:  [gforth] / gforth / Attic / io.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 11 16:30:46 1994 UTC (30 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Initial revision

/* 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 */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>