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:Leap:42.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:yukoff:openSUSE:Leap:42.1:Backports/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 | 0000000721 721 Bytes | |
cdecl.spec | 0000001977 1.93 KB | |
keyword-identifier.patch | 0000001655 1.62 KB |
Latest Revision
Stephan Kulow (coolo)
committed
(revision 2)
vrev bump
Comments 0