cextract

cextract

(programming, tool)A C prototype extractor by Adam Bryant. cextract can generate header files forlarge multi-file C programs, and will automatically generateprototypes for all of the functions in such a program. It canalso generate a sorted list of all functions and theirlocations. cextract version 1.7 works with both ANSI C andK&R C and runs under Unix and VMS.

Posted to comp.sources.reviewed.