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