Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        cproto: Generates function prototypes and variable declarations from C code.
        
        
            | Name: | cproto | Vendor: |  | 
        
            | Version: | 4.6 | License: | Public Domain | 
        
            | Release: | 16 | URL: |  | 
        
        
        - 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
        
            - * Thu May 22 19:00:00 2003 Bill Nottingham <notting{%}redhat{*}com> 4.6-16
- - fix build with new bison 
            - * Wed Jan 22 18:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- - rebuilt 
            - * Thu Dec 12 18:00:00 2002 Tim Powers <timp{%}redhat{*}com> 4.6-14
- - rebuild on all arches