Differences From Artifact [114faad3c2]:
- File aocdailies.h — part of check-in [f28e83772a] at 2024-12-08 13:13:57 on branch TextGrid — struct TextGrid is replacing linearize2d (user: nnz, size: 810) [annotate] [blame] [check-ins using] [more...]
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 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - | #ifndef AOCDAILIES_H_INCLUDED #define AOCDAILIES_H_INCLUDED #include <stddef.h> typedef void aocfunc(char *, size_t); aocfunc *aocselect(unsigned, unsigned); |
︙ |