libowfat/scan/scan_noncharsetnskip.3

17 lines
539 B
Groff
Raw Normal View History

2001-02-02 17:54:47 +00:00
.TH scan_noncharsetnskip 3
.SH NAME
scan_noncharsetnskip \- skip characters not from set
.SH SYNTAX
.B #include <scan.h>
2006-11-07 17:56:05 +00:00
size_t \fBscan_noncharsetnskip\fP(const char* \fIsrc\fR, const char* \fIcharset\fR,
size_t \fIlimit\fR);
2001-02-02 17:54:47 +00:00
.SH DESCRIPTION
scan_noncharsetnskip returns the length of the maximum prefix of \fIsrc\fR
that consists solely of characters that do not occur in \fIcharset\fR
2006-11-07 17:56:05 +00:00
(up to 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_charsetnskip(3)