1\" Generated by c2man from tsv_skip_field.c
2.TH tsv_skip_field 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     tsv_skip_field(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_field(stream, '\\t')
25
26.SH SEE ALSO
27
28dsv_skip_field(3)
29