home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume28 / cproto / part01 / README < prev   
Text File  |  1992-03-15  |  689b  |  18 lines

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