1 #ifndef __TUI_H__ 2 #define __TUI_H__ 3 4 void reset_input_mode (void); 5 void set_input_mode (void); 6 7 #endif