cstring 3.4.4 (Default branch) |
|
|
cstring is a small and simple platform-independent
C library for the definition and manipulation of
expandable C-style strings. Strings are
represented as instances of the cstring_t
structure, and manipulated by the library's
functions. Its features include selection of
different allocator pools, mapping cstring_t
instances as views onto existing memory areas,
efficient work-ahead memory optimization, and
minimal link requirements.
License: BSD License (revised)
Changes:
This release incorporates support for the Safe
String library and for the Win64 platform.
|