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.