home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 418.lha / ctoh_v1.02 / readme < prev    next >
Text File  |  1990-09-08  |  981b  |  24 lines

  1. ...Extracted from CTOH.DOC
  2.  
  3. All programs and documentation Copyright 1990 by Kevin Smathers.
  4. For limited distribution rights see CTOH.DOC.
  5.  
  6. CTOH -- A C-language parser, and header file generator (Rev 1.02)
  7.  
  8.     The CTOH utility was written to eliminate the need for
  9. maintaining seperate header files for each of your C sources. In
  10. the past it has been neccessary to keep seperate track of all of
  11. your function prototypes in a C header file.  When the C source
  12. code was modified, and the header file was forgotten strange and
  13. difficult to find bugs were introduced.  The CTOH utility was
  14. written to automate the process of creating a header file so that
  15. there would be no need to update the files by hand.
  16.  
  17.     Program source code which conforms to the new ANSI standards
  18. is automatically converted into noncode-generating prototypes and
  19. external declarations.  Preprocessor commands are generally left
  20. alone or deleted.  Pre-ANSI function declarations are not handled
  21. correctly.
  22.  
  23.  
  24.