Searched defs:skip_spaces (Results 1 - 1 of 1) sorted by relevance

/lib/
H A Dstring.c352 * skip_spaces - Removes leading whitespace from @str.
357 char *skip_spaces(const char *str) function
363 EXPORT_SYMBOL(skip_spaces); variable
387 return skip_spaces(s);

Completed in 32 milliseconds