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
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
- Download package
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cdecl-9.3.tar.gz | 0000864942 845 KB | 11 days |
cdecl.changes | 0000008564 8.36 KB | 11 days |
cdecl.spec | 0000001567 1.53 KB | 11 days |
Comments for cdecl 0