#ifndef _GUI_H_ #define _GUI_H_ extern void gui_build(int argc, char * argv[]); extern void add_input_button(int num); #endif