Differences From Artifact [769a4a36e5]:
- File aocdailies.h — part of check-in [3bac9b02b1] at 2024-12-03 13:38:19 on branch trunk — changed order within dailies (user: nnz, size: 705) [annotate] [blame] [check-ins using]
To Artifact [9b2b79b159]:
- File aocdailies.h — part of check-in [fe9956e07d] at 2024-12-04 09:27:39 on branch trunk — use unsigned (user: nnz, size: 715) [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); |
︙ |