Query: skip_spaces
OS: suse
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)NAMEskip_spaces - Removes leading whitespace from str.SYNOPSISchar * skip_spaces(const char * str);ARGUMENTSstr The string to be stripped.DESCRIPTIONReturns a pointer to the first non-whitespace character in str.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKIP_SPACES(9)
Related Man Pages |
---|
curs_instr(3x) - mojave |
mvinstr(3x) - mojave |
ssp(3) - netbsd |
mvinnstr(3x) - osx |
mvinstr(3x) - osx |
Similar Topics in the Unix Linux Community |
---|
How to trim the white space around a string in C program |