common.h (182B)
1 #ifndef COMMON_H_ 2 #define COMMON_H_ 3 4 #include <assert.h> 5 #include <reading.h> 6 #include <stdint.h> 7 #include <stdio.h> 8 9 uint8_t **grid(char **lines, size_t nlines, size_t *w); 10 11 #endif
aocc22Advent of Code 2022 | |
| git clone git://www.tkruger.se/aocc22.git | |
| Log | Files | Refs | README |