What third-party options are there for working with strings in C?
问题 I've been aware for awhile that I code about 17x faster in Python than in C, and I guess I sort of assumed I wasn't much of a programmer until I really thought about it and realized that the only problem is that I can't handle C strings/char arrays/char pointers/whatever. I have a block about them, and manipulating them takes me hours. I do not have this problem in C++. But life forces me to code in pure C at the moment, and I'm trying to find if there's some third-party library I can add