Name

skip_spaces — Removes leading whitespace from s.

Synopsis

char * skip_spaces (const char * str);
 

Arguments

str

-- undescribed --

Description

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