/* $Id: stio.h,v 1.2 1992/11/10 21:43:10 mike Exp $ */ /* $Log: stio.h,v $ * Revision 1.2 1992/11/10 21:43:10 mike * - Added some declarations. * * Revision 1.1 1992/10/12 20:43:00 mike * Initial revision * */ #ifndef STIO_H #define STIO_H #include #include extern void ttopen(); extern void ttclose(); extern void Cursor_on(); extern void Cursor_off(); extern KeyCode t_getcharX(); extern KeyCode t_getchar(); extern void t_putchar(); extern void t_putstr(); extern void toggle_cursor(); #endif