Show HN: Essentials-C – A minimal C library for string and array manipulation

github.com

7 points by Shinpi a day ago

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