xdf_copy_conf - Man Page

Configure a xDF file according to a template

Synopsis

#include <xdfio.h>

int xdf_copy_conf(struct xdf* dst, conf struct xdf* src);

Description

xdf_copy_conf() configure the xDF file referenced by dst using the information described by src.

Return Value

The function returns 0 in case of success, -1 otherwise.

See Also

xdf_set_conf(3), xdf_get_conf(3)

Referenced By

xdf_set_conf(3).

2010 EPFL xdffileio library manual