Differences From Artifact [c83e1f898d]:
- File aocdailies.h — part of check-in [bddfe2d324] at 2024-12-02 21:01:36 on branch trunk — use the typedef (user: nnz, size: 683) [annotate] [blame] [check-ins using]
To Artifact [5cec122fbd]:
- File aocdailies.h — part of check-in [65953b2da6] at 2024-12-02 22:43:07 on branch trunk — renamed function select to aocselect (user: nnz, size: 686) [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 | - + | #ifndef AOCDAILIES_H_INCLUDED #define AOCDAILIES_H_INCLUDED #include <stddef.h> typedef void aocfunc(char *, size_t); |
︙ |