# cstrs **Repository Path**: duapple/cstrs ## Basic Information - **Project Name**: cstrs - **Description**: Cstrs is a Clang string library. It is implemented by referring to the Golang Strings package. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-11-22 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C语言 strs库 参考Golang标准库中的[strings包](https://pkg.go.dev/strings@go1.17.3#Repeat)API,用C语言实现对应API的功能。 API的具体功能说明参照`Golang stdlib strings`中的说明。 API描述中说明需要释放内存的,调用后需要释放内存。无说明的,则不需要。