diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 16:57:35 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 16:57:35 +0200 |
commit | 5c40ccc04862bd24133ee1d16ada008192348bb5 (patch) | |
tree | 3e38d8a9fd697fb8db4ac0b72fcca435f6d7dcaf | |
parent | Normed alias_print (diff) | |
download | 42-minishell-5c40ccc04862bd24133ee1d16ada008192348bb5.tar.gz 42-minishell-5c40ccc04862bd24133ee1d16ada008192348bb5.tar.bz2 42-minishell-5c40ccc04862bd24133ee1d16ada008192348bb5.tar.xz 42-minishell-5c40ccc04862bd24133ee1d16ada008192348bb5.tar.zst 42-minishell-5c40ccc04862bd24133ee1d16ada008192348bb5.zip |
Normed b_builtins
-rw-r--r-- | src/b_builtins.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/b_builtins.h b/src/b_builtins.h index 6e09535..15fd0bd 100644 --- a/src/b_builtins.h +++ b/src/b_builtins.h @@ -10,19 +10,19 @@ /* */ /* ************************************************************************** */ -#ifndef B_BUILTINS_H -#define B_BUILTINS_H +#ifndef FT_B_BUILTINS_H +# define FT_B_BUILTINS_H -#include "b_alias.h" -#include "b_cd.h" -#include "b_echo.h" -#include "b_env.h" -#include "b_exit.h" -#include "b_export.h" -#include "b_h.h" -#include "b_pwd.h" -#include "b_type.h" -#include "b_unset.h" -#include "b_sqb.h" +# include "b_alias.h" +# include "b_cd.h" +# include "b_echo.h" +# include "b_env.h" +# include "b_exit.h" +# include "b_export.h" +# include "b_h.h" +# include "b_pwd.h" +# include "b_type.h" +# include "b_unset.h" +# include "b_sqb.h" #endif |