str_copy
if (!str_copy(conf, NULL, §ion, start))
if (!str_copy(conf, psection, &(v->value), start))
static int str_copy(CONF *conf, char *section, char **to, char *from);