heredocs + some leaks

This commit is contained in:
Loic Deridder
2025-02-11 11:07:57 +01:00
parent 0c76cc2422
commit 1ac81bef26
6 changed files with 244 additions and 52 deletions

View File

@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* minishell.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
/* By: lderidde <lderidde@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/27 11:25:25 by lderidde #+# #+# */
/* Updated: 2025/02/07 17:22:16 by nalebrun ### ########.fr */
/* Updated: 2025/02/11 08:41:31 by lderidde ### ########.fr */
/* */
/* ************************************************************************** */
@@ -22,6 +22,7 @@ typedef struct s_msh
{
int ex_code;
t_ast_n *head;
int here_fd;
char *input;
int hist;
char **env;