Projects / cproto

cproto

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
Operating Systems
Implementation

RSS Recent releases

  •  03 Jan 2011 05:23

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

  •  14 Jul 2010 12:04

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

  •  21 Nov 2008 09:45

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).

  •  08 Dec 2005 21:36

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

  •  21 Aug 2005 17:31

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

Screenshot

Project Spotlight

ucommon

C++ threading for embedded applications.

Screenshot

Project Spotlight

pf-kernel

A Linux kernel fork with new features.