README 488 B

1234567891011
  1. cproto (generate function prototypes for C code)
  2. Cproto is a program that generates function prototypes and
  3. variable declarations from C source code. It can also convert
  4. function definitions between the old style and the ANSI C style.
  5. This conversion overwrites the original files, so make a backup copy
  6. of your files in case something goes wrong.
  7. The program isn't confused by complex function definitions as much as
  8. other prototype generators because it uses a yacc generated parser.