1996-12-08 23:26:14 +01:00
|
|
|
cutils is a collection of miscellaneous utilities useful
|
|
|
|
for C programmers. It is composed by the following utilities:
|
|
|
|
|
|
|
|
cinfo, cinfoc and cinfodc - C language documentation tools
|
|
|
|
cdecl and cundecl - decode and encode C type declarations
|
|
|
|
cobfusc - make a C source file unreadable but compilable
|
|
|
|
chilight - highlight C source files with colors
|
1997-06-15 12:07:12 +02:00
|
|
|
cunloop - unloop C loops
|
1996-12-08 23:26:14 +01:00
|
|
|
yyextract - extract grammar rules from yacc grammar
|
|
|
|
yyref - yacc grammar reference program
|
|
|
|
|
|
|
|
Sandro Sigala
|
|
|
|
ssigala@globalnet.it
|
2004-10-13 17:28:24 +02:00
|
|
|
|
2005-10-31 20:39:01 +01:00
|
|
|
WWW: http://www.sigala.it/sandro/software.php#cutils
|