export +=

This commit is contained in:
Loic Deridder
2025-02-15 13:25:59 +01:00
parent dbc2813ad8
commit d9687a8e3a
6 changed files with 90 additions and 28 deletions

View File

@@ -29,5 +29,6 @@ bool is_valid_key(char *key, t_msh *msh);
int remove_env_var(char *key, t_msh *msh);
void set_var_env(char *key, char *value, t_msh *msh);
char **init_env(char **envp);
void append_var(char *key, char *add, t_msh *msh);
#endif