Scroll to navigation

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

str
The string to be stripped.

DESCRIPTION

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

COPYRIGHT

April 2019 Kernel Hackers Manual 4.9.