#ifndef KB_H #define KB_H void handle_key_press(void); void init_kb(void); #endif