cundecl(1) debian man page | unix.com

Man Page: cundecl

Operating Environment: debian

Section: 1

CDECL(1)						    BSD General Commands Manual 						  CDECL(1)

NAME
cundecl -- encode C type declarations
SYNOPSIS
cundecl [-V] [-o file] [file ...]
DESCRIPTION
The 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.
EXAMPLES
declare 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 ALSO
cdecl(1)
STANDARDS
The cundecl utility is expected to be ANSI X3.159-1989 (``ANSI C89'') compatible.
AUTHORS
Sandro Sigala <sandro@sigala.it>. Based on cdecl written and put in the public domain by Graham Ross.
BSD
July 15, 2001 BSD
Related Man Pages
cdecl(1) - redhat
seq(1) - mojave
seq(1) - freebsd
bsearch(3) - netbsd
seq(1) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph