Show HN: Essentials-C – A minimal C library for string and array manipulation 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://ift.tt/MF3bPQa Feedback is more than welcome https://ift.tt/MF3bPQa April 14, 2025 at 11:12PM
0 Comments