1 2 3 4 5 6 7 8 9 10
#ifndef DRAW_H #define DRAW_H // initialize the tui void tui_init(); // destroy the tui void tui_end(); #endif