skip_spaces(9) centos man page | unix.com

Man Page: skip_spaces

Operating Environment: centos

Section: 9

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
innstr(3x) - mojave
mvinnstr(3x) - mojave
mvinstr(3x) - mojave
mvwinnstr(3x) - mojave
Similar Topics in the Unix Linux Community
How to trim the white space around a string in C program