C declaration tool
tektronix!tekmdp!bronze!grahamr
tektronix!tekmdp!bronze!grahamr
Tue Mar 29 17:02:15 AEST 1983
Cdecl translates things like
declare fpa as array of pointer to function returning pointer to char
into
char *(*fpa[])()
and vice versa. UNARY MUL is not a primary operator, but it does appear
in C declarations. Cdecl helps mere humans deal with the precedence and
associativity confusion that results.
The source (and manual page) for cdecl appears on net.sources.
Cheers.
Graham Ross
Design Automation Division
Tektronix, Inc.
(ucbvax|decvax)!tektronix!tekmdp!grahamr
More information about the Comp.lang.c
mailing list