diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-05 13:07:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-05 13:07:08 +0800 |
commit | 984b2d998bd40ba62184f1bd5368b501a5c2c7ca (patch) | |
tree | 33f4556910d6d2fd94ee8f43472b865e17b04fc9 /devel/cdecl/pkg-descr | |
parent | 6cedc27397f98eaa4dc4de1a8584ca491d46a2e0 (diff) | |
download | freebsd-ports-gnome-984b2d998bd40ba62184f1bd5368b501a5c2c7ca.tar.gz freebsd-ports-gnome-984b2d998bd40ba62184f1bd5368b501a5c2c7ca.tar.zst freebsd-ports-gnome-984b2d998bd40ba62184f1bd5368b501a5c2c7ca.zip |
Cdecl composes compilable C declarations and typecasts from descriptive
English phrases, and can also explain a complicated typecast or declaration.
It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of
keywords and line editing and history (provided by the GNU readline library).
Diffstat (limited to 'devel/cdecl/pkg-descr')
-rw-r--r-- | devel/cdecl/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cdecl/pkg-descr b/devel/cdecl/pkg-descr new file mode 100644 index 000000000000..a0a2833ea44d --- /dev/null +++ b/devel/cdecl/pkg-descr @@ -0,0 +1,4 @@ +Cdecl composes compilable C declarations and typecasts from descriptive +English phrases, and can also explain a complicated typecast or declaration. +It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of +keywords and line editing and history (provided by the GNU readline library). |