🔨」 fix: fixed export and remade format quotes

This commit is contained in:
yosyo
2024-07-17 02:28:50 +02:00
parent e0987139dd
commit 013b9e62af
6 changed files with 89 additions and 75 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/16 13:35:53 by mmoussou ### ########.fr */
/* Updated: 2024/07/17 01:30:12 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -32,6 +32,7 @@ void ft_unset(char **args, t_env *env);
void free_exit(t_env *env, char **env_array);
void ft_exit(char **argv, int ac, char **env_array, t_env *env);
void ft_arraysort(char **env);
char **env_get_list(t_env *env);
void add_to_env(char *name, char *content, t_env *env);
int check_export_input(char *input);