Paketname | cdecl |
Beschreibung | Turn English phrases to C or C++ declarations |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.5-11 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | libc6 (>= 2.3), libreadline5 (>= 5.2) |
Empfohlene Pakete | |
Paketbetreuer | Fredrik Hallenberg |
Quelle | |
Paketgröße | 26282 Byte |
Prüfsumme MD5 | 34d5128266fb015076220e4a9511e732 |
Prüfsumme SHA1 | 670f3ae2225a5b560e49120f1b6d26b5f7d83a10 |
Prüfsumme SHA256 | 7fc609329c70282217c0b156ed172d5219a5a86571585a1a1e3b3565c0f1c898 |
Link zum Herunterladen | cdecl_2.5-11_i386.deb |
Ausführliche Beschreibung | 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.
|