diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-05 05:07:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-05 05:07:08 +0000 |
commit | 984b2d998bd40ba62184f1bd5368b501a5c2c7ca (patch) | |
tree | 33f4556910d6d2fd94ee8f43472b865e17b04fc9 /devel/cdecl/pkg-comment | |
parent | 6cedc27397f98eaa4dc4de1a8584ca491d46a2e0 (diff) | |
download | FreeBSD-ports-984b2d998bd40ba62184f1bd5368b501a5c2c7ca.zip FreeBSD-ports-984b2d998bd40ba62184f1bd5368b501a5c2c7ca.tar.gz |
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-comment')
-rw-r--r-- | devel/cdecl/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cdecl/pkg-comment b/devel/cdecl/pkg-comment new file mode 100644 index 0000000..4cc0da1 --- /dev/null +++ b/devel/cdecl/pkg-comment @@ -0,0 +1 @@ +Explains complicated C/C++ declarations in plain English |