skip_spaces

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

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.