1SKIP_SPACES(9) Basic C Library Functions SKIP_SPACES(9)
23
4
NAME
6skip_spaces - Removes leading whitespace from s.
7
SYNOPSIS
9char * skip_spaces(const char * str);
10
ARGUMENTS
12str
13-- undescribed --
14
DESCRIPTION
16Returns a pointer to the first non-whitespace character in s.
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 SKIP_SPACES(9)