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

FreeBSD Manual Pages

  
 
  

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

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

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

SYNOPSIS
     int     xt_csv_skip_rest_of_line(FILE *stream)

ARGUMENTS
     stream	 FILE stream from which field is read

DESCRIPTION
     Equivalent to xt_dsv_skip_rest_of_line(stream)

SEE ALSO
     xt_dsv_skip_rest_of_line(3)

						     xt_csv_skip_rest_of_line(3)

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

home | help