debian man page for scan_whitenskip

Query: scan_whitenskip

OS: debian

Section: 3

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

scan_whitenskip(3)					     Library Functions Manual						scan_whitenskip(3)

NAME
scan_whitenskip - skip whitespace
SYNTAX
#include <scan.h> size_t scan_whitenskip(const char *src,size_t limit);
DESCRIPTION
scan_whitenskip returns the length of the maximum prefix of src that consists solely of whitespace characters as defined by isspace. Normally, this is ' ', 'f', ' ', ' ', ' ', 'v'.
SEE ALSO
scan_nonwhitenskip(3) scan_whitenskip(3)
Related Man Pages
strcat(3) - linux
strncat(3) - linux
ipsec_addrbytesof(3) - debian
strcat(3) - suse
strncat(9f) - sunos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?