C/C++ function declaration translator
Turn English phrases to C or C++ declarations Cdecl is a program
which will turn English-like phrases such as "declare foo as array 5
of pointer to function returning int" into C declarations such as
"int (*foo[5])()". It can also translate the C into the
pseudo-English. And it handles typecasts, too. Plus C++. And in this
version it has command line editing and history with the GNU readline
library.
Author:
-------
David R. Conrad
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/cdecl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cdecl-2.5-deb11.diff | 0000002416 2.36 KB | |
cdecl-2.5.tar.xz | 0000019548 19.1 KB | |
cdecl.changes | 0000000534 534 Bytes | |
cdecl.spec | 0000001931 1.89 KB |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 1)
branched from openSUSE:Factory
Comments 0