Removes leading whitespace from str.
char * skip_spaces(const char * str);
str
The string to be stripped.
Returns a pointer to the first non-whitespace character in str.