Group :: Development/Tools
Source RPM: cproto
Built: about 2 years ago
Rebuilt: about 2 years ago
Size: 130 KB
Repocop status:

Gear: http://git.altlinux.org/gears/c/cproto.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/c/cproto
Home page: https://invisible-island.net/cproto/cproto.html
License: Public Domain
Summary: Generates function prototypes and variable declarations from C code
Description:
Cproto is a program that generates function prototypes and variable
declarations from C source code. It can also convert function
definitions between the old style and the ANSI C style. This conversion
overwrites the original files, however, so be sure to make a backup copy
of your original files in case something goes wrong.
The program isn't confused by complex function definitions as much as
other prototype generators because it uses a yacc generated parser.
By ignoring all the input between braces, the author has avoided
implementing the entire C language grammar.
- cproto
- cproto-debuginfo
- 4.7l -> 4.7o. - Rewritten spec file.2014-05-28 Eugeny A. Rostovtsev 4.7l-alt1
- Version 4.7l2013-11-11 Eugeny A. Rostovtsev 4.7k-alt1
- Version 4.7k