Show HN: Essentials-C – A minimal C library for string and array manipulation
a year ago
- #C programming
- #open-source
- #utility library
- Essentials-C is a collection of utility functions written in C.
- It provides string manipulation functions to make handling C strings easier.
- The library is open-source under the MIT license.
- Author: Shinpi (Leonardo Gonçalves), Version: 2, Made in: Brazil.
- To use Essentials-C, include essentialsc.h and compile with essentialsc.c.
- Functions include: length(), input(), indexof(), lastindexof(), reverse(), substring(), trim(), replaceChar(), includes(), bubbleSort(), startsWith(), endsWith().
- The project is licensed under MIT, with credit required.
- GitHub Repository: https://github.com/oileo/Essentials