/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_b_builtins.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #ifndef FT_B_BUILTINS_H #define FT_B_BUILTINS_H #include "ft_b_cd.h" #include "ft_b_echo.h" #include "ft_b_env.h" #include "ft_b_exit.h" #include "ft_b_export.h" #include "ft_b_pwd.h" #include "ft_b_type.h" #include "ft_b_unset.h" #endif