upvote
Which isn't very good for substrings due to the null-termination requirement.
reply
And the type system does not tell you if you need to call free on this char* when you’re done with it.
reply
In C you only have char*.
reply
wchar exists.

(And the possibility to implement whatever you want, ofc.)

reply