1 2 3 4 5 6 7
#ifndef INSEL_INPUT_H #define INSEL_INPUT_H void filter_items(void); void handle_input(void); #endif