#ifndef DISPLAY_H #define DISPLAY_H void display_main_screen(); void handle_option(int option); #endif // DISPLAY_H