FreeBSD Manual Pages
xt_dsv_skip_field(3) Library Functions Manual xt_dsv_skip_field(3) NAME xt_dsv_skip_field() - Read and discard next field from tabular input LIBRARY #include <xtend/dsv.h> -lbiolibc SYNOPSIS int xt_dsv_skip_field(FILE *stream, const char *delims, size_t *len) ARGUMENTS stream FILE stream from which field is read delims Array of characters that may serve as delimiters len Length of field discarded DESCRIPTION Read and discard next delimiter-separated field from stream. The fields may be ended by any character in the string delims or by a newline ('\n'). RETURN VALUES Delimiter ending the field (either a member of delim or newline) SEE ALSO xt_dsv_read_field(3), xt_dsv_read_field_malloc(3), xt_dsv_skip_rest_of_line(3), xt_dsv_line_read(3) xt_dsv_skip_field(3)
NAME | LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | RETURN VALUES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_dsv_skip_field&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
