econf_set_delimiter_tag − set the key−value delimiter character used during file parsing
#include <libeconf.h>
void econf_set_delimiter_tag(const char delimiter);
The econf_set_delimiter_tag() function sets the character or string used to separate a configuration key from its corresponding value when reading/writing configuration files.
The delimiter argument specifies the new delimiter tag. I
none
libeconf(3), econf_get_delimiter_tag(3), econf_set_comment_tag(3).