proto converts ANSI C prototype constructs in
file to constructs compatible with K&R C, ANSI C, and C++. Only
files with the line
#pragma prototyped appearing in one of the first 64 lines are processed; other files are silently
ignored. Output is written to the standard output unless the
--replace option is specified, in which case
file is
modified in-place.