1XDF_COPY_CONF(3) xdffileio library manual XDF_COPY_CONF(3)
23
4
NAME
6xdf_copy_conf - Configure a xDF file according to a template
7
SYNOPSIS
9#include <xdfio.h>
1011
int xdf_copy_conf(struct xdf* dst, conf struct xdf* src);
12
DESCRIPTION
14xdf_copy_conf() configure the xDF file referenced by dst using the
15information described by src.
16
RETURN VALUE
18The function returns 0 in case of success, -1 otherwise.
19
SEE ALSO
21xdf_set_conf(3), xdf_get_conf(3)
2223
24
25
26
27
EPFL 2010 XDF_COPY_CONF(3)