With the woes of string.h being known, why not just use an alternative like https://github.com/antirez/sds ?
I’ve also been having a blast with C because writing C feels like being a god! But the biggest thing that I like about C is that the world is sort of written on it!
Just yesterday I needed to parse a JSON… found a bunch of libraries that do that and just picked one that I liked the API.
> With the woes of string.h being known, why not just use an alternative like https://github.com/antirez/sds ?
That library really doesn't address any of the Unicode issues.