TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

My C String Library

3 pointsby master_latchabout 2 years ago

1 comment

master_latchabout 2 years ago
Partly for practice, partly for fun, and partly because most of the string libraries I was finding online are orders of magnitude larger than I wanted, I wrote a tiny string handling library in C. It's a work in progress, but I believe it is mostly bug-free and compiles using gcc, clang, and msvc. Feedback welcome.