1\" Generated by c2man from csv_skip_rest_of_line.c
2.TH csv_skip_rest_of_line 3
3
4.SH LIBRARY
5\" Indicate #includes, library name, -L and -l flags
6#include <xtend/dsv.h>
7-lbiolibc
8
9\" Convention:
10\" Underline anything that is typed verbatim - commands, etc.
11.SH SYNOPSIS
12.PP
13int     csv_skip_rest_of_line(FILE *stream)
14
15.SH ARGUMENTS
16.nf
17.na
18stream:     FILE stream from which field is read
19.ad
20.fi
21
22.SH DESCRIPTION
23
24Equivalent to dsv_skip_rest_of_line(stream)
25
26.SH SEE ALSO
27
28dsv_skip_rest_of_line(3)
29