1 void term_init(void);
2 void term_exit(void);
3 void ctcinit(void); /* not implemented in term.h */
4 int term_testchar(void);
5 int term_getchar(void);
6 void term_character(void);
7