Cproto is a program that generates function prototypes and variable
declarations from C language source code.  It uses a yacc generated
parser, so it isn't confused by complex function definitions as much
as other prototype generators.  I avoided implementing the entire C
language grammar by having the scanner discard everything between
braces.

An earlier version of cproto appeared in comp.sources.unix.  This is
an updated version with features added from Eric R. Smith's mkptypes
program.

Chin
--------
