des trucs

This commit is contained in:
2024-04-23 17:03:30 +02:00
parent 905bbc659b
commit 2d8624d221
5 changed files with 20 additions and 19 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/04/23 16:31:56 by tomoron ### ########.fr */
/* Updated: 2024/04/23 16:52:15 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -73,6 +73,7 @@ typedef struct s_msh
int out_fd;
int locked_return_code;
int echoctl;
char *here_doc_filename;
} t_msh;
extern int g_return_code;