Differences From Artifact [3e499c316d]:
- File aoc.c — part of check-in [dd0c03da2e] at 2024-12-02 20:53:47 on branch trunk — moved big switch out of main (user: nnz, size: 1342) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
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 |