GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CDECL(1) FreeBSD General Commands Manual CDECL(1)

cundecl
encode C type declarations

cundecl [-V] [-o file] [file ...]

The cundecl utility reads a verbose english description and produces a C type declaration. Casts are accepted as well.

The options are as follows:

file
Set the output destination to file.
Print version information on standard output then exit.

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;

cdecl(1)

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

Sandro Sigala <sandro@sigala.it>. Based on cdecl written and put in the public domain by Graham Ross.
July 15, 2001 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.