5
votes
Painless way to trim leading/trailing whitespace in C?
Here's one that shifts the string into the first position of your buffer. You might want this behavior so that if you dynamically allocated the string, you can still free it on the same pointer th …
