logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cundecl — encode C type declarations

Authors

       Sandro Sigala <sandro@sigala.it>.  Based on cdecl written and put in the public domain by Graham Ross.

Debian                                            July 15, 2001                                         CDECL(1)

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:

       -ofile
               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;

Name

       cundecl — encode C type declarations

See Also

cdecl(1)

Standards

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

Synopsis

cundecl [-V] [-ofile] [file...]

See Also