#ifndef __KEY_H__ #define __KEY_H__ void cui_key_enter(void); void cui_key_exit(void); int cui_key_get(void); #endif