Differences From Artifact [10dd7645fa]:
- File aoc.c — part of check-in [65953b2da6] at 2024-12-02 22:43:07 on branch trunk — renamed function select to aocselect (user: nnz, size: 1345) [annotate] [blame] [check-ins using]
To Artifact [d7e84791d2]:
- File aoc.c — part of check-in [e80b4c427f] at 2024-12-02 22:45:00 on branch trunk — use typedef inside main (user: nnz, size: 1330) [annotate] [blame] [check-ins using]
︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 | - + | exit(EXIT_FAILURE); } // read data from dataname into input char *input = NULL; size_t ilen = slurp(&input, dataname); // call the right function |