aboutsummaryrefslogtreecommitdiff
path: root/challenge-201/duncan-c-white/C/README
blob: 5f960417f82f2d4bcdb6fa5c9b06cbb3b3ec9f6f (plain)
1
2
3
4
5
6
7
8
9
Thought I'd also have a go at translating ch-1.pl and ch-2.pl into C..

Both C versions produce near-identical (non-debugging and even debugging)
output to the Perl originals.

They use several of my regular support modules:
- a command-line argument processing module args.[ch],
- a csvlist-of-int parsing module parseints.[ch], and
- an int-array printing module printarray.[ch].