summaryrefslogtreecommitdiffstats
path: root/src/s_lpipes_split.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-21 19:31:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-21 19:31:13 +0200
commit8f9dec7fc2b24465ac8c0b96f5f55570ff7ed5e6 (patch)
treeedde3f0c6e210f6426d8d6ad756e40ddbbebf687 /src/s_lpipes_split.h
parentRemoved TODO (diff)
download42-minishell-8f9dec7fc2b24465ac8c0b96f5f55570ff7ed5e6.tar.gz
42-minishell-8f9dec7fc2b24465ac8c0b96f5f55570ff7ed5e6.tar.bz2
42-minishell-8f9dec7fc2b24465ac8c0b96f5f55570ff7ed5e6.tar.xz
42-minishell-8f9dec7fc2b24465ac8c0b96f5f55570ff7ed5e6.tar.zst
42-minishell-8f9dec7fc2b24465ac8c0b96f5f55570ff7ed5e6.zip
In progress
Diffstat (limited to '')
-rw-r--r--src/s_lpipes_split.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/s_lpipes_split.h b/src/s_lpipes_split.h
new file mode 100644
index 0000000..3a79dba
--- /dev/null
+++ b/src/s_lpipes_split.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* s_lpipes_split.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 S_LPIPES_SPLIT_H
+# define S_LPIPES_SPLIT_H
+
+# include <stddef.h>
+
+void s_get_split_pos(size_t pos[], const char word[]);
+
+#endif