7 lines
141 B
C
7 lines
141 B
C
#define COLUMNS 80
|
|
#define ROWS 25
|
|
#define AREA ( COLUMNS * ROWS )
|
|
|
|
void write_cell(unsigned cell, char c , char fg, char bg);
|
|
|
|
void hello(); |