• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

emx/H22-Jan-1998-5235

msdos/H03-May-2022-306248

os2/H22-Jan-1998-8867

package/H25-Oct-2013-292208

porting/H25-Oct-2013-188119

testing/H03-May-2022-4,9694,105

vms/H08-Dec-2005-9572

win32/H22-Jan-1998-5542

AUTHORSH A D11-Jul-201095 43

CHANGESH A D25-Oct-201324.1 KiB705508

MANIFESTH A D25-Oct-20136.2 KiB109108

Makefile.inH A D25-Oct-20134.2 KiB193136

READMEH A D05-Apr-2003716 1813

aclocal.m4H A D25-Oct-201338.2 KiB1,2501,201

config.guessH A D07-Sep-201344.2 KiB1,5591,352

config.subH A D25-Oct-201334.8 KiB1,7941,656

config_h.inH A D01-Jan-199594 43

configureH A D25-Oct-2013178 KiB6,6395,681

configure.inH A D25-Oct-20131.6 KiB8165

cproto.1H A D14-Jul-20109 KiB378373

cproto.cH A D25-Oct-201321.7 KiB1,011830

cproto.hH A D25-Oct-201310.7 KiB364292

dump.cH A D02-Jan-20112.8 KiB138120

dump.hH A D02-Jan-2011346 148

grammar.yH A D02-Jan-201120.6 KiB1,037870

install-shH A D29-Nov-20037 KiB295169

lex.lH A D02-Jan-201124.9 KiB1,060816

lintlibs.cH A D02-Jan-201114.8 KiB682510

semantic.cH A D02-Jan-201129.5 KiB1,162882

semantic.hH A D02-Jan-20111.8 KiB5849

strkey.cH A D02-Jan-20111.4 KiB7550

symbol.cH A D02-Jan-20112.4 KiB11279

symbol.hH A D02-Jan-2011950 3522

system.hH A D03-May-20224.2 KiB218151

trace.cH A D02-Jan-20116.6 KiB323267

trace.hH A D02-Jan-2011546 2517

yyerror.cH A D14-Jul-20104.7 KiB213182

README

1Cproto is a program that generates function prototypes and variable
2declarations from C source code.  It can also convert function definitions
3between the old style and the ANSI C style.  This conversion overwrites the
4original files, so make a backup copy of your files in case something goes
5wrong.
6
7The program isn't confused by complex function definitions as much as other
8prototype generators because it uses a yacc generated parser.  By ignoring all
9the input between braces, I avoided implementing the entire C language grammar.
10
11Cproto is in the public domain, except for the configure script which is
12copyrighted by the Free Software Foundation, Inc.
13
14Chin Huang
15
16Thomas Dickey
17dickey@invisible-island.net
18