Query: cdecl
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CDECL(1) BSD General Commands Manual CDECL(1)NAMEcdecl -- decode C type declarationsSYNOPSIScdecl [-V] [-o file] [file ...]DESCRIPTIONThe cdecl utility decodes C type declarations producing a verbose description. 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.EXAMPLESchar *s; void (*signal(int sig, void (*func)(int)))(int); (const char *)s; (void (*)(int))signal_function;SEE ALSOcundecl(1)STANDARDSThe cdecl utility is expected to be ANSI X3.159-1989 (``ANSI C89'') compatible.AUTHORSSandro Sigala <sandro@sigala.it>BSDJuly 15, 2001 BSD
Related Man Pages |
---|
seq(1) - freebsd |
nohup(1) - opendarwin |
seq(1) - netbsd |
nohup(1) - osx |
seq(1) - osx |
Similar Topics in the Unix Linux Community |
---|
porting programs with dcom to unix |
c calling conventions |
Errors in C Code |
Help me to understand strange 'typedef ... ' in some source... |