From 294adc19078fa8d196ee1d787ec24619f9976178 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 14 Aug 2020 15:24:12 +0200 Subject: I must split --- src/p_split.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/p_split.h (limited to 'src/p_split.h') diff --git a/src/p_split.h b/src/p_split.h new file mode 100644 index 0000000..648e01c --- /dev/null +++ b/src/p_split.h @@ -0,0 +1,18 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* p_split.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef P_SPLIT_H +#define P_SPLIT_H + +char **p_split_line(const char line[]); + +#endif -- cgit v1.2.3