Top
Best
New

Posted by Shinpi 4/14/2025

Show HN: Essentials-C – A minimal C library for string and array manipulation(github.com)
Hey everyone!

I just launched Essentials-C, a minimal C library with handy functions for string and array manipulation – built from scratch with simplicity and learning in mind.

Highlights: - `length`, `reverse`, `substring`, `trim`, `replaceChar`, etc. - `bubbleSort`, `includes`, `startsWith`, `endsWith`, and more - Pure C, no external dependencies - Clean, readable code – great for beginners and power users

I’m building it to be the “Essentials” of every C project — feel free to contribute or suggest features!

GitHub: https://github.com/oileo/Essentials-C

Feedback is more than welcome

10 points | 1 comments
CppPro 4/17/2025
Cool!