8 lines
84 B
C
8 lines
84 B
C
#ifndef KB_H
|
|
#define KB_H
|
|
|
|
void handle_key_press(void);
|
|
void init_kb(void);
|
|
|
|
#endif
|