libowfat/scan/scan_charsetnskip.3

16 lines
518 B
Groff
Raw Normal View History

2001-02-02 17:54:47 +00:00
.TH scan_charsetnskip 3
.SH NAME
scan_charsetnskip \- skip characters from set
.SH SYNTAX
.B #include <scan.h>
2006-11-07 17:56:05 +00:00
size_t \fBscan_charsetnskip\fP(const char* \fIsrc\fR, const char* \fIcharset\fR,
size_t \fIlimit\fR);
2001-02-02 17:54:47 +00:00
.SH DESCRIPTION
scan_charsetnskip returns the length of the maximum prefix of \fIsrc\fR
that consists solely of characters that occur in \fIcharset\fR (up to
2006-11-07 17:56:05 +00:00
and not including the \\0). \fIsrc\fR is considered to end at \\0 or
after \fIlimit\fR characters.
2001-02-02 17:54:47 +00:00
.SH "SEE ALSO"
scan_noncharsetnskip(3)