#ifndef DRAW_H #define DRAW_H // initialize the tui void tui_init(); // destroy the tui void tui_end(); #endif