Differences From Artifact [9faf574fa1]:
- File aocdailies.c — part of check-in [dd0c03da2e] at 2024-12-02 20:53:47 on branch trunk — moved big switch out of main (user: nnz, size: 1379) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | #include <stddef.h> #include "aocdailies.h" aocfunc *select(int y, int d) { |
︙ |