summaryrefslogtreecommitdiffstats
path: root/src/b_unset.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 18:18:43 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 18:18:43 +0200
commitacad97085533c56d0cb037107ec92ac515f6abc9 (patch)
treefdfeb9811fd4adfb10d9365f71fe5177cadf41a1 /src/b_unset.h
parentNormed b_type (diff)
download42-minishell-acad97085533c56d0cb037107ec92ac515f6abc9.tar.gz
42-minishell-acad97085533c56d0cb037107ec92ac515f6abc9.tar.bz2
42-minishell-acad97085533c56d0cb037107ec92ac515f6abc9.tar.xz
42-minishell-acad97085533c56d0cb037107ec92ac515f6abc9.tar.zst
42-minishell-acad97085533c56d0cb037107ec92ac515f6abc9.zip
Normed b_unset
Diffstat (limited to 'src/b_unset.h')
-rw-r--r--src/b_unset.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/b_unset.h b/src/b_unset.h
index fa89161..8e8c3dc 100644
--- a/src/b_unset.h
+++ b/src/b_unset.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef B_UNSET_H
-#define B_UNSET_H
+#ifndef FT_B_UNSET_H
+# define FT_B_UNSET_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
uint8_t b_unset(char *args[], t_msh *msh);