pkgsrc/devel/cproto/distinfo
bjs e2baee1ed8 Add cproto-4.7f. TODO: integrate into pkgsrc compiler infrastructure?
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, so make a backup copy of your 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, I avoided implementing the entire C language grammar.
2008-10-25 06:15:38 +00:00

5 lines
225 B
Text

$NetBSD: distinfo,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $
SHA1 (cproto.tar.gz) = 7a7f9964770b2091074964ba2906f687519942d6
RMD160 (cproto.tar.gz) = 95ad5c790af622d491117a4f346b13b895622047
Size (cproto.tar.gz) = 149616 bytes