diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-02-29 20:10:16 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-02-29 20:10:16 +0000 |
commit | c46f10d6d1297bd07fb00e03daee3bad1c616bd8 (patch) | |
tree | 2ee75abec6c9df8d804fcb4f3aee8d3988c38bbe /devel/cproto/pkg-descr | |
parent | 2e2c906f100bba8ddf6f0fa43c4f3f0945612582 (diff) | |
download | ports-c46f10d6d1297bd07fb00e03daee3bad1c616bd8.tar.gz ports-c46f10d6d1297bd07fb00e03daee3bad1c616bd8.zip |
Notes
Diffstat (limited to 'devel/cproto/pkg-descr')
-rw-r--r-- | devel/cproto/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/cproto/pkg-descr b/devel/cproto/pkg-descr new file mode 100644 index 000000000000..00f6f7cda101 --- /dev/null +++ b/devel/cproto/pkg-descr @@ -0,0 +1,19 @@ +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. + +Cproto is in the public domain, except for the configure script which is +copyrighted by the Free Software Foundation, Inc. If you have any comments +or find any bugs, please let me know. + +WWW: http://www.vex.net/~cthuang/cproto/ + +Chin Huang +cthuang@vex.net +cthuang@interlog.com |