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

FreeBSD Manual Pages

  
 
  

home | help
xt_dsv_ski...st_of_line(3) Library Functions Manual xt_dsv_ski...st_of_line(3)

NAME
       xt_dsv_skip_rest_of_line() - Read and discard rest of input line

LIBRARY
       #include	<xtend/dsv.h>
       -lbiolibc

SYNOPSIS
       int     xt_dsv_skip_rest_of_line(FILE *stream)

ARGUMENTS
       stream	   FILE	stream from which field	is read

DESCRIPTION
       Read  and  discard  all	remaining fields in a line from	stream.	 I.e.,
       discard everything up to	and including the next newline ('\n').

RETURN VALUES
       Delimiter ending	the field (should always be newline ('\n'))

SEE ALSO
       xt_dsv_read_field(3),			  xt_dsv_read_field_malloc(3),
       xt_dsv_skip_field(3), xt_dsv_line_read(3)

						    xt_dsv_ski...st_of_line(3)

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

home | help