foo
[visor] / visor / src / term.h
1 #ifndef TERM_H_
2 #define TERM_H_
3
4 int term_init(const char *ttypath);
5 void term_cleanup(void);
6
7 void term_clear(void);
8 int term_getchar(void);
9
10 #endif  /* TERM_H_ */