1\" Generated by c2man from dsv_copy_line.c
2.TH dsv_copy_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_copy_line(dsv_line_t *dest, dsv_line_t *src)
14
15.SH ARGUMENTS
16.nf
17.na
18src:    Pointer to populated dsv_line_t structure to be duplicated
19dest:   Pointer to empty dsv_lint_t structure to receive copy
20.ad
21.fi
22
23.SH DESCRIPTION
24
25Duplicate an arbitrary DSV line, allocating space for fields and
26delimiters as needed.
27
28.SH SEE ALSO
29
30dsv_read_line(3)
31