mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 20:40:35 -04:00
6 lines
363 B
Plaintext
6 lines
363 B
Plaintext
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.
|