table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKIP_SPACES(9) | Basic C Library Functions | SKIP_SPACES(9) |
NAME¶
skip_spaces - Removes leading whitespace from str.SYNOPSIS¶
char *
skip_spaces(const char * str);
ARGUMENTS¶
strThe string to be stripped.
DESCRIPTION¶
Returns a pointer to the first non-whitespace character in str.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |