home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cproto.zip / cproto46 / README < prev    next >
Text File  |  1998-01-19  |  774b  |  18 lines

  1. Cproto is a program that generates function prototypes and variable
  2. declarations from C source code.  It can also convert function definitions
  3. between the old style and the ANSI C style.  This conversion overwrites the
  4. original files, so make a backup copy of your files in case something goes
  5. wrong.
  6.  
  7. The program isn't confused by complex function definitions as much as other
  8. prototype generators because it uses a yacc generated parser.  By ignoring all
  9. the input between braces, I avoided implementing the entire C language grammar.
  10.  
  11. Cproto is in the public domain, except for the configure script which is
  12. copyrighted by the Free Software Foundation, Inc.  If you have any comments
  13. or find any bugs, please let me know.
  14.  
  15. Chin Huang
  16. cthuang@vex.net
  17. cthuang@interlog.com
  18.