Differences From Artifact [d36c34688e]:
- File aocdailies.c — part of check-in [107d9e9f4f] at 2024-12-02 21:05:09 on branch trunk — use typedef for pointer too (user: nnz, size: 1394) [annotate] [blame] [check-ins using]
To Artifact [55bc482fd5]:
- File aocdailies.c — part of check-in [d7feb2870d] at 2024-12-02 22:38:21 on branch trunk — avoid return from within switch (user: nnz, size: 1398) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | #include <stddef.h> #include "aocdailies.h" aocfunc *select(int y, int d) { aocfunc *p; // void (*p)(char *, size_t); switch (y * 100 + d) { |
︙ |