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