1scan_whitenskip(3)         Library Functions Manual         scan_whitenskip(3)
2
3
4

NAME

6       scan_whitenskip - skip whitespace
7

SYNTAX

9       #include <scan.h>
10
11       size_t scan_whitenskip(const char *src,size_t limit);
12

DESCRIPTION

14       scan_whitenskip  returns  the  length of the maximum prefix of src that
15       consists solely of whitespace characters as defined by isspace.
16
17       Normally, this is ' ', '\f', '\n', '\r', '\t', '\v'.
18

SEE ALSO

20       scan_nonwhitenskip(3)
21
22
23
24                                                            scan_whitenskip(3)
Impressum