Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xt_ff_dsv_skip_field(3)	   Library Functions Manual    xt_ff_dsv_skip_field(3)

NAME
       xt_ff_dsv_skip_field() -	Read and discard next field from tabular input

LIBRARY
       #include	<xtend/ff-dsv.h>
       -lxtend

SYNOPSIS
       int     xt_ff_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_ff_dsv_read_field(3),		       xt_ff_dsv_read_field_malloc(3),
       xt_ff_dsv_skip_rest_of_line(3), xt_ff_dsv_line_read(3)

						       xt_ff_dsv_skip_field(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_ff_dsv_skip_field&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help