duapple / cstrs

Cstrs is a Clang string library. It is implemented by referring to the Golang Strings package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C语言 strs库

参考Golang标准库中的strings包API,用C语言实现对应API的功能。

API的具体功能说明参照Golang stdlib strings中的说明。

API描述中说明需要释放内存的,调用后需要释放内存。无说明的,则不需要。

About

Cstrs is a Clang string library. It is implemented by referring to the Golang Strings package.


Languages

Language:C 91.0%Language:Makefile 9.0%