home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d167
/
cdecl.lha.pi
< prev
next >
Wrap
Text File
|
1994-03-06
|
714b
|
27 lines
.name
CDecl
.type
Programming Utility
.author
Graham Ross with enhancements by David Wolverton,
Tony Hansen, Merlyn LeRoy, Udi Finkelstein and probably others!
.requirements
Tested on A500 w. 1M, but should run on all Amigas.
.description
English to C (and vice versa) translator for C
declarations. This little gem will translate english
such as "declare foo as pointer to function returning
pointer to array 10 of pointer to long" into
"long *(*(*foo)())[10]", and vice versa. Update from
version on disk number 114. Includes source.
.short
Convert C declarations to/from english.
.source
C/Yacc/Lex.
.construction
Manx C 3.6A, large code/data.
.email
finkel@libra.math.tau.ac.il
.described-by
Udi Finkelstein