summaryrefslogtreecommitdiffstats
path: root/src/f_parse.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:35:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:35:09 +0200
commitcad4c0e70d39a6ad5637f629df28bf8e2088c168 (patch)
treeb4ef33bc0665a8a12000d63ad953cfe7a7dd07ce /src/f_parse.h
parentNormed f_com (diff)
download42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.gz
42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.bz2
42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.xz
42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.zst
42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.zip
Normed multiple fs
Diffstat (limited to 'src/f_parse.h')
-rw-r--r--src/f_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_parse.h b/src/f_parse.h
index f6ac496..ba78918 100644
--- a/src/f_parse.h
+++ b/src/f_parse.h
@@ -10,8 +10,8 @@
/* */
/* ************************************************************************** */
-#ifndef F_PARSE_H
-#define F_PARSE_H
+#ifndef FT_F_PARSE_H
+# define FT_F_PARSE_H
void f_parse_token(char c);