/*
 * KEYS.H  Copyright (C) 1990 by Mark R. Nelson
 *
 * This routine contains the constants and function prototypes needed to
 * use the functions in KEYS.C
 */

#define F1 15104
#define F2 15360
#define F3 15616
#define F4 15872

int getkey( void );

