教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
程序开发
常用工具包
cstring
cstring
- C语言字符串处理库
常用工具包
授权协议:
BSD
操作系统:
跨平台
开发语言:
C/C++
软件简介
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
软件首页