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 debugging) output to the Perl originals. These C versions use some of my regular support modules: - a tweaked version of my command-line argument processing module args.[ch], - a tweaked version of csvlist-of-int parsing module parseints.[ch], and - an int-array printing module printarray.[ch].