Query: cundecl
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)NAMEcundecl -- encode C type declarationsSYNOPSIScundecl [-V] [-o file] [file ...]DESCRIPTIONThe cundecl utility reads a verbose english description and produces a C type declaration. 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.EXAMPLESdeclare s as pointer to char; declare x as function (fmt as pointer to const char, ...) returning int; cast s into pointer to const char; cast f into pointer to function (int) returning void;SEE ALSOcdecl(1)STANDARDSThe cundecl utility is expected to be ANSI X3.159-1989 (``ANSI C89'') compatible.AUTHORSSandro Sigala <sandro@sigala.it>. Based on cdecl written and put in the public domain by Graham Ross.BSDJuly 15, 2001 BSD
Related Man Pages |
---|
cdecl(1) - redhat |
memrchr(3) - netbsd |
strncmp(3) - netbsd |
strrchr(3) - netbsd |
strspn(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |