FreeBSD Manual Pages
CDECL(1) FreeBSD General Commands Manual CDECL(1) NAME cdecl -- decode C type declarations SYNOPSIS cdecl [-V] [-o file] [file ...] DESCRIPTION The cdecl utility decodes C type declarations producing a verbose de- scription. Casts are accepted as well. The options are as follows: -o file Set the output destination to file. -V Print version information on standard output then exit. EXAMPLES char *s; void (*signal(int sig, void (*func)(int)))(int); (const char *)s; (void (*)(int))signal_function; SEE ALSO cundecl(1) STANDARDS The cdecl utility is expected to be ANSI X3.159-1989 ("ANSI C89") compat- ible. AUTHORS Sandro Sigala <sandro@sigala.it> FreeBSD 13.0 July 15, 2001 FreeBSD 13.0
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO | STANDARDS | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=cdecl&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>