This is the command cundecl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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;
Use cundecl online using onworks.net services