...Extracted from CTOH.DOC

All programs and documentation Copyright 1990 by Kevin Smathers.
For limited distribution rights see CTOH.DOC.

CTOH -- A C-language parser, and header file generator (Rev 1.02)

    The CTOH utility was written to eliminate the need for
maintaining seperate header files for each of your C sources. In
the past it has been neccessary to keep seperate track of all of
your function prototypes in a C header file.  When the C source
code was modified, and the header file was forgotten strange and
difficult to find bugs were introduced.  The CTOH utility was
written to automate the process of creating a header file so that
there would be no need to update the files by hand.

    Program source code which conforms to the new ANSI standards
is automatically converted into noncode-generating prototypes and
external declarations.  Preprocessor commands are generally left
alone or deleted.  Pre-ANSI function declarations are not handled
correctly.


