logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xdf_copy_conf - Configure a xDF file according to a template

Description

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

Name

       xdf_copy_conf - Configure a xDF file according to a template

Return Value

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

See Also

xdf_set_conf(3), xdf_get_conf(3)

EPFL                                                  2010                                      XDF_COPY_CONF(3)

Synopsis

#include<xdfio.h>intxdf_copy_conf(structxdf*dst,confstructxdf*src);

See Also