1 2 3 4 5 6 7 8 9
#ifndef UI_TERMINAL_H #define UI_TERMINAL_H #include "ui.h" Ui *ui_term_new(void); void ui_term_free(Ui*); #endif