skip_spaces (9) Linux Manual Page
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.
