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