Query: xdf_copy_conf
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XDF_COPY_CONF(3) xdffileio library manual XDF_COPY_CONF(3)NAMExdf_copy_conf - Configure a xDF file according to a templateSYNOPSIS#include <xdfio.h> int xdf_copy_conf(struct xdf* dst, conf struct xdf* src);DESCRIPTIONxdf_copy_conf() configure the xDF file referenced by dst using the information described by src.RETURN VALUEThe function returns 0 in case of success, -1 otherwise.SEE ALSOxdf_set_conf(3), xdf_get_conf(3)EPFL2010 XDF_COPY_CONF(3)