1

cproto generates function prototypes for functionsdefined in the specified C source files to thestandard output. The function definitions may bein K&R or ANSI C style, or in the lint libraryform. cproto can also convert function definitions in the specified files from the K&R style to theANSI C style. License: Freely DistributableChanges:
The "-q" (quiet) option was made to apply toC-preprocessing. Strict type-conversion warningswere cleaned up (as part of validating changes tobyacc and flex).

More...