cfg_strlist_append_ex
int cfg_strlist_append_ex(struct config_strlist** head, char* item);
if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))
if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, $2))
int cfg_strlist_append_ex(struct config_strlist** head, char* item);
if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))
if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, $2))