I've uploaded in binary and source the protoize/unprotoize utility which
comes as part of GNU's gcc-2.2.2 distribution from athena (but not with
hj's port). For those who don't know, this program takes K&R code and
creates protoyped/declared ANSI C source, which I find much more readable
and less error-prone due to ANSI type checking.
Only programmers who've *never* made an argument-passing error may
flame me for that last statement.