/* console.h: Console keyboard and vdu library               */
/* Copyright (C) J.G.Harston, 1997-2003                      */
/* version 0.10                                              */

extern void con_init()			/* Initialise			*/
extern void con_wrch(int c)		/* Write a character to output	*/
extern int con_readln(int addr, int max, int lo, int h) /* Read line of input */
extern int con_rdch()			/* Read a byte from input stream */
extern int con_keyscan(int key)		/* Scan for keypress		*/
