centos man page for skip_spaces

Query: skip_spaces

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
Kernel Hackers Manual 3.10 June 2014 SKIP_SPACES(9)
Related Man Pages
curs_instr(3x) - mojave
mvinstr(3x) - mojave
mvwinstr(3x) - mojave
ssp(3) - netbsd
instr(3x) - osx
Similar Topics in the Unix Linux Community
How to trim the white space around a string in C program