Name

skip_spaces — Removes leading whitespace from str.

Synopsis

char * skip_spaces (const char * str);
 

Arguments

const char * str

The string to be stripped.

Description

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