🔨」 fix: if folder crash

This commit is contained in:
2024-07-14 15:39:28 +02:00
parent 4739d6b6f9
commit fe0285a5b2
17 changed files with 119 additions and 18 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/22 13:05:18 by adjoly #+# #+# */
/* Updated: 2024/07/13 16:10:38 by mmoussou ### ########.fr */
/* Updated: 2024/07/14 14:18:50 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -29,6 +29,8 @@ void ft_env(t_env *env);
void ft_unset(char *arg, t_env *env);
void ft_exit(char **argv, int ac);
char **env_get_list(t_env *env);
void add_to_env(char *name, char *content, t_env *env);
void ft_export(char **args, t_env *env);