DOKK / manpages / debian 11 / cutils / cdecl.1.en
CDECL(1) General Commands Manual CDECL(1)

cdecldecode C type declarations

cdecl [-V] [-o file] [file ...]

The cdecl utility decodes C type declarations producing a verbose description. Casts are accepted as well.

The options are as follows:

file
Set the output destination to file.
Print version information on standard output then exit.

char *s;
void (*signal(int sig, void (*func)(int)))(int);
(const char *)s;
(void (*)(int))signal_function;

cundecl(1)

The cdecl utility is expected to be ANSI X3.159-1989 (“ANSI C89”) compatible.

Sandro Sigala <sandro@sigala.it>

July 15, 2001 Debian