CDECL source code

Conor O'Neill conor at lion.inmos.co.uk
Thu Nov 22 05:23:55 AEST 1990


In article <5656 at abaa.UUCP> korsberg at abaa.UUCP (Ed Korsberg) writes:
>I am looking for the source code to a program called  cdelc
>This program apparently is used by many people out in netland and will
>translate an English description of a C variable into the C-style
>variable.  For example
>
>cdecl> x is an pointer to an array of 10 pointers to functions that return int
>results in
>	int	(*(*x)[10])();

Doesn't anybody else see the irony of needing a program to write
C declaration syntax?

And some people teach this language to beginners....




---
Conor O'Neill, Software Group, INMOS Ltd., UK.
UK: conor at inmos.co.uk		US: conor at inmos.com
"It's state-of-the-art" "But it doesn't work!" "That is the state-of-the-art".



More information about the Comp.lang.c mailing list