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.

Cproto is in the public domain.  If you have any comments or find any
bugs, please let me know.

Chin Huang
cthuang@contact.uucp
chin.huang@canrem.uucp
