#ifndef GUI_H_ #define GUI_H_ int run_gui(int argc, char* argv[], const char* initial_text); #endif