aboutsummaryrefslogtreecommitdiff
path: root/devel/c2lib/pkg-descr
blob: 1efb2529e1442808803a62e595b62d82aa65acc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
c2lib is a library of basic tools for use by C programmers.
It contains a pool allocator, many string functions, STL-like
vector and hash types and miscellaneous utilities.

Its features were heavily influenced by both Perl's string handling
and C++'s Standard Template Library (STL). The library has been designed
to be very easy to use and is fully documented in manual pages.

WWW:	http://www.annexia.org/freeware/c2lib/