single pipe works :D

This commit is contained in:
mdev9
2024-02-25 10:28:16 +01:00
parent a87b99f284
commit fc8431fb6c
2 changed files with 47 additions and 21 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/02/22 17:54:06 by marde-vr ### ########.fr */
/* Updated: 2024/02/25 07:51:21 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -59,8 +59,8 @@ typedef struct s_msh
struct s_cmd *cmds;
int *fds;
int *pids;
enum e_token_type type_in;
enum e_token_type type_out;
enum e_token_type in_type;
enum e_token_type out_type;
} t_msh;
extern int g_return_code;