common.h (197B)
1 #ifndef COMMON_H_ 2 #define COMMON_H_ 3 4 #include <assert.h> 5 #include <stdint.h> 6 #include <stdio.h> 7 #include <stdlib.h> 8 9 #include <reading.h> 10 11 uint64_t load(char **grid, size_t nr, size_t nc); 12 13 #endif
aocc23Advent of Code 2023 | |
| git clone git://www.tkruger.se/aocc23.git | |
| Log | Files | Refs | README |