table of contents
SKIP_SPACES(9) | Basic C Library Functions | SKIP_SPACES(9) |
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.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |