common.h (164B)
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 int pairwise_diff(char *s, size_t n); 10 11 #endif
aocc22Advent of Code 2022 | |
| git clone git://www.tkruger.se/aocc22.git | |
| Log | Files | Refs | README |