refactoring

This commit is contained in:
LuckyLaszlo
2021-10-08 19:15:21 +02:00
parent dae94fee81
commit a7e0066458
9 changed files with 250 additions and 75 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/03 19:14:46 by lperrey #+# #+# */
/* Updated: 2021/10/07 06:33:55 by lperrey ### ########.fr */
/* Updated: 2021/10/08 03:04:26 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -33,6 +33,11 @@
# include <readline/readline.h> // sudo apt install libreadline-dev
# include <readline/history.h>
# include "minishell_structs.h"
# include "minishell_macro.h"
# include "minishell_term_colors.h"
# include "minishell_prototypes.h"
/*
** <stdio.h>: printf(), perror(), readline()
** <unistd.h>: access(), unlink()