This commit is contained in:
Loic Deridder
2025-02-18 10:01:55 +01:00
parent 84d6079a44
commit 00d2420d9f
7 changed files with 23 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
/* By: lderidde <lderidde@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/27 11:25:25 by lderidde #+# #+# */
/* Updated: 2025/02/11 14:20:44 by lderidde ### ########.fr */
/* Updated: 2025/02/18 09:08:46 by lderidde ### ########.fr */
/* */
/* ************************************************************************** */
@@ -49,6 +49,7 @@ typedef struct s_msh
t_ast_n *head;
int here_fd;
char *input;
char *prev_input;
int hist;
char **env;
} t_msh;