1
0

7 lines
113 B
C
Raw Normal View History

2020-03-16 21:21:04 +01:00
#define WIDTH 800
#define HEIGHT 800
#define UPPER_AGE 250
2020-03-18 12:29:08 +01:00
#define LOWER_AGE 60
2020-03-18 12:53:11 +01:00
char *readFile(char *filename);