summaryrefslogtreecommitdiffstats
path: root/src/p_args.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-02 19:22:12 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-02 19:22:12 +0200
commit665fbd28fb608364f2cc251e04fcceedbd774e93 (patch)
tree0d7e185f88007033361de0cf5aaf6772f681be01 /src/p_args.h
parentNormed m_prompt (diff)
download42-minishell-665fbd28fb608364f2cc251e04fcceedbd774e93.tar.gz
42-minishell-665fbd28fb608364f2cc251e04fcceedbd774e93.tar.bz2
42-minishell-665fbd28fb608364f2cc251e04fcceedbd774e93.tar.xz
42-minishell-665fbd28fb608364f2cc251e04fcceedbd774e93.tar.zst
42-minishell-665fbd28fb608364f2cc251e04fcceedbd774e93.zip
In progress
Diffstat (limited to 'src/p_args.h')
-rw-r--r--src/p_args.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/p_args.h b/src/p_args.h
index 42db6c0..a399c35 100644
--- a/src/p_args.h
+++ b/src/p_args.h
@@ -10,10 +10,10 @@
/* */
/* ************************************************************************** */
-#ifndef P_ARGS_H
-#define P_ARGS_H
+#ifndef FT_P_ARGS_H
+# define FT_P_ARGS_H
-#include <stdint.h>
+# include <stdint.h>
char **p_split_args(char word[]);