7 lines
113 B
C
7 lines
113 B
C
#define WIDTH 800
|
|
#define HEIGHT 800
|
|
|
|
#define UPPER_AGE 250
|
|
#define LOWER_AGE 60
|
|
|
|
char *readFile(char *filename); |