1
0
rwu_particles_informatikpro.../utils.h

9 lines
168 B
C
Raw Normal View History

2020-03-16 20:21:04 +00:00
#define WIDTH 800
#define HEIGHT 800
#define UPPER_AGE 250
2020-03-18 11:29:08 +00:00
#define LOWER_AGE 60
2020-03-31 13:56:36 +00:00
#define WORKGROUP_SIZE_X 1024
2020-03-18 15:55:27 +00:00
char *readFile(char *filename, char *mode, long *size);