Name

skip_spaces — Removes leading whitespace from str.

Synopsis

char * skip_spaces (const char * str);
 

Arguments

str

The string to be stripped.

Description

Returns a pointer to the first non-whitespace character in str.