You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
470 B
Groff

.TH scan_nonwhitenskip 3
.SH NAME
scan_nonwhitenskip \- skip non-whitespace
.SH SYNTAX
.B #include <scan.h>
long \fBscan_nonwhitenskip\fP(const char *\fIsrc\fR,unsigned long *\fIlimit\fR);
.SH DESCRIPTION
scan_nonwhitenskip returns the length of the maximum prefix of \fIsrc\fR
that consists solely of non-whitespace characters as defined by
\fB!isspace\fR.
Normally, this is everything but ' ', '\\f', '\\n', '\\r', '\\t', '\\v'.
.SH "SEE ALSO"
scan_nonwhitenskip(3)