libowfat/scan/scan_whitenskip.3

16 lines
437 B
Groff
Raw Normal View History

2001-02-02 17:54:47 +00:00
.TH scan_whitenskip 3
.SH NAME
scan_whitenskip \- skip whitespace
.SH SYNTAX
.B #include <libowfat/scan.h>
2001-02-02 17:54:47 +00:00
2006-11-07 17:56:05 +00:00
size_t \fBscan_whitenskip\fP(const char *\fIsrc\fR,size_t \fIlimit\fR);
2001-02-02 17:54:47 +00:00
.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)