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