Differences From Artifact [5d1244df06]:
- File aocdailies.h — part of check-in [dd0c03da2e] at 2024-12-02 20:53:47 on branch trunk — moved big switch out of main (user: nnz, size: 1030) [annotate] [blame] [check-ins using]
To Artifact [550e10f378]:
- File aocdailies.h — part of check-in [cd1251ba62] at 2024-12-02 20:57:16 on branch trunk — changed header guard (user: nnz, size: 1034) [annotate] [blame] [check-ins using]
|
| | | | 1 2 3 4 5 6 7 8 9 | #ifndef AOCDAILIES_H_INCLUDED #define AOCDAILIES_H_INCLUDED #include <stddef.h> typedef void aocfunc(char *, size_t); aocfunc *select(int, int); #if 0 |
︙ | ︙ |