SHA256
1
0
forked from pool/cdecl
Jan Engelhardt 2020-09-04 13:14:33 +00:00 committed by Git OBS Bridge
parent 427d31ed10
commit aff5950191

View File

@ -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