forked from pool/cdecl
This commit is contained in:
parent
427d31ed10
commit
aff5950191
@ -33,9 +33,9 @@ BuildRequires: readline-devel
|
|||||||
%description
|
%description
|
||||||
Cdecl is a program which will turn English-like phrases such as
|
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
|
"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
|
declarations such as "int (*foo[5])()" and vice-versa. It handles
|
||||||
into the pseudo-English. And it handles typecasts as well as C++. It
|
typecasts and C++ as well, and offers command line editing and
|
||||||
offers command line editing and history.
|
history.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user