common.h (204B)
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 #include <wdg.h> 11 12 size_t fn(char **lines, size_t nlines); 13 14 #endif
aocc23Advent of Code 2023 | |
| git clone git://www.tkruger.se/aocc23.git | |
| Log | Files | Refs | README |