cproto generates function prototypes for functions defined in the specified C source files to the standard output. The function definitions may be in K&R or ANSI C style, or in the lint library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI C style.
| Tags | Software Development Documentation Code Generators |
|---|---|
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Release Notes: The parser has been modified to handle a special case in ncurses' lint-library files.


Release Notes: The configure script was updated. Strict compiler warnings were cleaned up for 64-bit platforms. RPM and Debian build-scripts were added.


Release Notes: The "-q" (quiet) option was made to apply to C-preprocessing. Strict type-conversion warnings were cleaned up (as part of validating changes to byacc and flex).


Release Notes: This version was modified to eliminate most of the remaining fixed-buffer limits.


Release Notes: Updates to work with the gcc __asm__ extension, and several improvements to the configure script.