summaryrefslogtreecommitdiffstats
path: root/src/p_args_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-03 16:09:12 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-03 16:09:12 +0200
commitf3f724dd7f434f2731f63d03a925b0e24983b484 (patch)
tree59d4d65e4adfe9608680d2480935c4ba936c57c8 /src/p_args_next.h
parentShit in progress (diff)
download42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.gz
42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.bz2
42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.xz
42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.zst
42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.zip
how tf do i use tok
Diffstat (limited to 'src/p_args_next.h')
-rw-r--r--src/p_args_next.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/p_args_next.h b/src/p_args_next.h
new file mode 100644
index 0000000..46998b7
--- /dev/null
+++ b/src/p_args_next.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* p_args_next.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef P_ARGS_NEXT_H
+#define P_ARGS_NEXT_H
+
+#include <stdint.h>
+
+uint16_t p_dup_words(char *words[], const char word[], uint16_t i);
+
+#endif