Overview
Comment: | use the typedef |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bddfe2d32442dac8caa41a85430d20e3 |
User & Date: | nnz on 2024-12-02 21:01:36 |
Other Links: | manifest | tags |
Context
2024-12-02
| ||
21:05 | use typedef for pointer too check-in: 107d9e9f4f user: nnz tags: trunk | |
21:01 | use the typedef check-in: bddfe2d324 user: nnz tags: trunk | |
20:57 | changed header guard check-in: cd1251ba62 user: nnz tags: trunk | |
Changes
Modified aocdailies.h from [550e10f378] to [c83e1f898d].
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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | #ifndef AOCDAILIES_H_INCLUDED #define AOCDAILIES_H_INCLUDED #include <stddef.h> typedef void aocfunc(char *, size_t); aocfunc *select(int, int); #if 0 aocfunc aoc201501; aocfunc aoc201502; aocfunc aoc201503; aocfunc aoc201504; aocfunc aoc201505; aocfunc aoc201506; aocfunc aoc201507; aocfunc aoc201508; aocfunc aoc201509; aocfunc aoc201510; aocfunc aoc201511; aocfunc aoc201512; aocfunc aoc201513; aocfunc aoc201514; aocfunc aoc201515; aocfunc aoc201516; aocfunc aoc201517; aocfunc aoc201518; aocfunc aoc201519; aocfunc aoc201520; aocfunc aoc201521; aocfunc aoc201522; aocfunc aoc201523; aocfunc aoc201524; aocfunc aoc201525; #endif aocfunc aoc202401; aocfunc aoc202402; #endif |