]> git.draconx.ca Git - rrace.git/commitdiff
tests: Add missing returns from test programs.
authorNick Bowler <nbowler@draconx.ca>
Tue, 24 Jan 2023 02:26:19 +0000 (21:26 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 25 Jan 2023 06:05:43 +0000 (01:05 -0500)
Failing to "return" from main is well-defined in C99, but older
implementations will have undefined results.  Easily solved.


No differences found