Show HN: Essentials-C – A minimal C library for string and array manipulation
a year ago
- #C programming
- #open-source
- #utility library
- Essentials-C 是一个用C语言编写的实用函数集合
- 它提供了字符串操作函数,使C语言字符串处理更简便
- 该库采用MIT许可证开源
- 作者:Shinpi (Leonardo Gonçalves) | 版本:2 | 开发地:巴西
- 使用Essentials-C时需包含essentialsc.h头文件,并与essentialsc.c一起编译
- 包含的函数有:length(), input(), indexof(), lastindexof(), reverse(), substring(), trim(), replaceChar(), includes(), bubbleSort(), startsWith(), endsWith()
- 本项目采用MIT许可证,使用时需注明出处
- GitHub仓库:https://github.com/oileo/Essentials