diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 16:16:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 16:16:09 +0200 |
commit | 4dfd892f968fb840eddd5fc192c061a997afa588 (patch) | |
tree | 3016314080aa4f8e0a211f278a756753a81231b6 /src/ft_e_lcom.c | |
parent | Fine builtins execution, now norme (diff) | |
download | 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.gz 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.bz2 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.xz 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.zst 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.zip |
Very good redirs
Diffstat (limited to 'src/ft_e_lcom.c')
-rw-r--r-- | src/ft_e_lcom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_e_lcom.c b/src/ft_e_lcom.c index b535813..7922997 100644 --- a/src/ft_e_lcom.c +++ b/src/ft_e_lcom.c @@ -28,11 +28,9 @@ static uint8_t return (i); } -#include <stdio.h> uint8_t ft_e_lcom(t_msh *msh) { - /* TODO: norme */ t_lcom *ptr; uint8_t bu_id; |