Differences From Artifact [981e8d069f]:
- File aocdailies.h — part of check-in [8e5f2a70ef] at 2024-12-02 20:04:24 on branch trunk — 202401 and 202402, 4 stars (user: nnz, size: 943) [annotate] [blame] [check-ins using]
To Artifact [5d1244df06]:
- File aocdailies.h — part of check-in [dd0c03da2e] at 2024-12-02 20:53:47 on branch trunk — moved big switch out of main (user: nnz, size: 1030) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + + | #ifndef AOCDAILY_H_INCLUDED #define AOCDAILY_H_INCLUDED #include <stddef.h> typedef void aocfunc(char *, size_t); aocfunc *select(int, int); #if 0 void aoc201501(char *, size_t); void aoc201502(char *, size_t); void aoc201503(char *, size_t); void aoc201504(char *, size_t); void aoc201505(char *, size_t); void aoc201506(char *, size_t); |
︙ |