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 | 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 |