mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
432 B
15 lines
432 B
.TH scan_whitenskip 3 |
|
.SH NAME |
|
scan_whitenskip \- skip whitespace |
|
.SH SYNTAX |
|
.B #include <scan.h> |
|
|
|
int \fBscan_whitenskip\fP(const char *\fIsrc\fR,unsigned int *\fIlimit\fR); |
|
.SH DESCRIPTION |
|
scan_whitenskip returns the length of the maximum prefix of \fIsrc\fR |
|
that consists solely of whitespace characters as defined by |
|
\fBisspace\fR. |
|
|
|
Normally, this is ' ', '\\f', '\\n', '\\r', '\\t', '\\v'. |
|
.SH "SEE ALSO" |
|
scan_nonwhitenskip(3)
|
|
|