#define COLUMNS 80 #define ROWS 25 #define AREA ( COLUMNS * ROWS ) void write_cell(const unsigned cell, const char c , const char fg_bg); void hello();