Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040622
en ru br
ALT Linux repos
S:4.7s-alt1

Group :: Development/Tools
RPM: cproto

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.7s-alt1
Build date: 4 march 2021, 01:25 ( 160.1 weeks ago )
Size: 136.62 Kb

Home page:   https://invisible-island.net/cproto/cproto.html

License: ALT-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.

Current maintainer: Dmitry V. Levin

List of contributors

List of rpms provided by this srpm:

  • cproto
  • cproto-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin