winston 发表于 2012-2-29 21:15:55

纯C字符串操作函数库 C-style string definition and manipulation library

Homecstring 3.6.2Version 3.6.2 of cstring is available for download now.
cstringcstring is a small and simple 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. Facilities include:

[*]Selection of different allocator pools (including Global, COM Task and process heap allocators on Win32)
[*]Mapping cstring_t instances as views onto existing memory areas
[*]Efficient work-ahead memory optimisation
[*]Minimal link requirements: only requires KERNEL32 and C standard library on Win32
It is released under the BSD license, which basically means its free for any use, but you can't claim it's yours.
DocumentationThe documentation is available online and also as a compiled HTML help module included in the distribution.

页: [1]
查看完整版本: 纯C字符串操作函数库 C-style string definition and manipulation library