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.
13 lines
465 B
13 lines
465 B
.TH scan_noncharsetnskip 3 |
|
.SH NAME |
|
scan_noncharsetnskip \- skip characters not from set |
|
.SH SYNTAX |
|
.B #include <scan.h> |
|
|
|
long \fBscan_noncharsetnskip\fP(const char* \fIsrc\fR, const char* \fIcharset\fR, unsigned long* \fIlimit\fR); |
|
.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 |
|
(up to and not including the \\0). |
|
.SH "SEE ALSO" |
|
scan_charsetnskip(3)
|
|
|