summaryrefslogtreecommitdiffstats
path: root/src/b_cd.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 17:15:45 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 17:15:45 +0200
commita11ff2a0a3ea31ce992ccc9b3556def87703cbf5 (patch)
tree43ec64f1ad7731c860c948b54221b0c4730c407c /src/b_cd.h
parentNormed b_builtins (diff)
download42-minishell-a11ff2a0a3ea31ce992ccc9b3556def87703cbf5.tar.gz
42-minishell-a11ff2a0a3ea31ce992ccc9b3556def87703cbf5.tar.bz2
42-minishell-a11ff2a0a3ea31ce992ccc9b3556def87703cbf5.tar.xz
42-minishell-a11ff2a0a3ea31ce992ccc9b3556def87703cbf5.tar.zst
42-minishell-a11ff2a0a3ea31ce992ccc9b3556def87703cbf5.zip
Update
Diffstat (limited to 'src/b_cd.h')
-rw-r--r--src/b_cd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/b_cd.h b/src/b_cd.h
index 977afd7..680024d 100644
--- a/src/b_cd.h
+++ b/src/b_cd.h
@@ -10,13 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef B_CD_H
-#define B_CD_H
+#ifndef FT_B_CD_H
+# define FT_B_CD_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
-uint8_t b_cd(char *args[], t_msh *msh);
+uint8_t b_cd(char *args[], t_msh *msh);
#endif