summaryrefslogtreecommitdiffstats
path: root/src/p_args.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-27 19:59:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-27 19:59:20 +0100
commitc5aae008dee36276154882d8fd56c3bdeb473474 (patch)
treea40740914847ebf39a5f8cb3acf6a48c8b9d61ef /src/p_args.h
parentTODO update (diff)
download42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.gz
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.bz2
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.xz
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.zst
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.zip
Now norme
Diffstat (limited to 'src/p_args.h')
-rw-r--r--src/p_args.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_args.h b/src/p_args.h
index 2403fea..a7db861 100644
--- a/src/p_args.h
+++ b/src/p_args.h
@@ -13,7 +13,6 @@
#ifndef P_ARGS_H
# define P_ARGS_H
-# include <stdint.h>
char **p_split_args(char word[]);