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_chconf - Configure a channel according to a template

Description

xdf_copy_chconf() configure the channel referenced by dst using the information described by src.

Name

       xdf_copy_chconf - Configure a channel according to a template

Return Value

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

See Also

xdf_set_chconf(3), xdf_get_chconf(3)

EPFL                                                  2010                                    XDF_COPY_CHCONF(3)

Synopsis

#include<xdfio.h>intxdf_copy_chconf(structxdfch*dst,conststructxdfch*src);

See Also