35 new_env = malloc(
sizeof(
t_env));
39 new_env->
value = modified_value;
50 modified_value = NULL;
60 current->
value = modified_value;
63 current = current->
next;
int ft_strcmp(const char *s1, const char *s2)
char * ft_strdup(const char *s)
void set_env(t_env **env, const char *key, const char *value)
char * ft_remove_all_edge_quotes(char *str, char quote_type)
static char * remove_quotes(const char *value)
void add_new_env(t_env **env, const char *key, char *modified_value)