Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cproto: Generates function prototypes and variable declarations from C code
- Summary
- Cproto generates function prototypes and variable declarations from C
source code. Cproto can also convert function definitions between the
old style and the ANSI C style. This conversion will overwrite the
original files, however, so be sure to make a backup copy of your
original files in case something goes wrong. Cproto uses a Yacc
generated parser, so it should not be confused by complex function
definitions as much as other prototype generators.
Changelog
- * Mon Sep 11 17:00:00 2006 Jindrich Novy <jnovy{%}redhat{*}com> 4.7e-2
- rebuild
- * Sun Mar 5 16:00:00 2006 Jindrich Novy <jnovy{%}redhat{*}com> 4.7e-1
- update to 4.7e
- * Tue Nov 29 16:00:00 2005 Jindrich Novy <jnovy{%}redhat{*}com> 4.7d-2
- fix source, rebuild