From 4cdd3e31e7181a10e83e993f92e8d6606e978a2d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 11 May 2020 15:52:11 +0200 Subject: New files --- src/ft_e_lcom.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/ft_e_lcom.c') diff --git a/src/ft_e_lcom.c b/src/ft_e_lcom.c index 3f5f81a..54db581 100644 --- a/src/ft_e_lcom.c +++ b/src/ft_e_lcom.c @@ -11,9 +11,12 @@ /* ************************************************************************** */ #include +#include #include "ft_e_builtins.h" #include "ft_e_externs.h" +#include "ft_e_pipes.h" +#include "ft_s_lpipes.h" #include "ft_s_struct.h" static uint8_t @@ -42,12 +45,7 @@ void { if (ptr->pipes) { - ft_printf("%s\n", ptr->pipes->one->com); - if ((bu_id = ft_get_builtin_id(ptr->pipes->one->com, msh)) - < FT_BUILTINS_COUNT) - ft_e_builtin(ptr->pipes->one, bu_id, msh); - else - ft_e_extern(ptr->pipes->one, msh); + ft_e_pipes(ptr, msh); } else if (ptr->com) { -- cgit v1.2.3