/* input.h - total input
   created by John Schultz, 10-Sep-89
*/

#ifndef INPUTTI
#define INPUTTI

extern unsigned short volatile raw;  /* raw key input */

extern int createti(void);

extern void deleteti(void);

#endif

/* end input.h */
