1\" Generated by c2man from dsv_write_line.c
2.TH dsv_write_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
13void    dsv_write_line(FILE *stream, dsv_line_t *dsv_line)
14
15.SH ARGUMENTS
16.nf
17.na
18stream:     FILE stream to which fields are printed (e.g. stderr)
19dsv_line:   Pointer to dsv_line_t structure holding the fields
20.ad
21.fi
22
23.SH DESCRIPTION
24
25Print an arbitrary DSV line for debugging.
26
27.SH SEE ALSO
28
29dsv_read_line(3)
30