Differences From Artifact [730fdd33bd]:
- File aocdailies.h — part of check-in [d415c28af8] at 2024-12-05 20:38:47 on branch trunk — prepare for tomorrow, start work on 201504 (user: nnz, size: 772) [annotate] [blame] [check-ins using]
To Artifact [e05094a8ab]:
- File aocdailies.h — part of check-in [5cddab1bb6] at 2024-12-07 09:35:52 on branch trunk — 202407 -- answer too low, maybe got some overflowing (user: nnz, size: 791) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + | #ifndef AOCDAILIES_H_INCLUDED #define AOCDAILIES_H_INCLUDED #include <stddef.h> typedef void aocfunc(char *, size_t); aocfunc *aocselect(unsigned, unsigned); aocfunc aoc202407; aocfunc aoc202406; aocfunc aoc202405; aocfunc aoc202404; aocfunc aoc202403; aocfunc aoc202402; aocfunc aoc202401; |
︙ |