1 /*
2  *  KEYCODE.H
3  *
4  *  Written by either jim nutt or John Dennis.  Changes by Paul Edwards
5  *  and Andrew Clarke.  Released to the public domain.
6  *
7  *  Prototype for KEYCODE.C.
8  */
9 
10 #ifndef __KEYCODE_H__
11 #define __KEYCODE_H__
12 
13 void keycode(void);
14 
15 #endif
16