1
0

7 lines
137 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 16:55:27 +01:00
char *readFile(char *filename, char *mode, long *size);