summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 18:06:15 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 18:06:15 +0200
commit4b655d01313915446de6582df79e68da1b993262 (patch)
tree895a5d4ac9cb1f9aad0e742483338ada46e680c7 /src
parentNormed b_export_next (diff)
download42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.gz
42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.bz2
42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.xz
42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.zst
42-minishell-4b655d01313915446de6582df79e68da1b993262.zip
Normed b_h
Diffstat (limited to '')
-rw-r--r--src/b_h.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/b_h.h b/src/b_h.h
index 30a78fd..e15d42a 100644
--- a/src/b_h.h
+++ b/src/b_h.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef B_H_H
-#define B_H_H
+#ifndef FT_B_H_H
+# define FT_B_H_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
uint8_t b_h(char *args[], t_msh *msh);