红联Linux门户
Linux帮助

C语言字符串处理库 cstring

发布时间:2012-11-08 10:51:28来源:红联作者:empast
cstring 是一个小型、简单的C类库,用来操作C语言风格的字符串。字符串是以 cstring_t 结构的实例展现,通过这个类库的方法来操作:

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

主页:http://synesis.com.au/software/cstring/index.html

下载:http://synesis.com.au/software/cstring/downloads.html

来自:开源中国社区
文章评论

共有 0 条评论