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:Backports:SLE-15-SP4
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:Update/cdecl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cdecl-11.6.tar.gz | 0001201925 1.15 MB | |
cdecl.changes | 0000015230 14.9 KB | |
cdecl.spec | 0000001604 1.57 KB | |
unbreak-gnulib.diff | 0000000966 966 Bytes |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 935660
from
Jan Engelhardt (jengelh)
(revision 3)
- Update to release 11.6
Comments 0