From 5afa7e74f72cebb40db1099bdc509d0e82cd6125 Mon Sep 17 00:00:00 2001 From: Hugo LAMY Date: Thu, 12 Dec 2019 22:42:23 +0100 Subject: [PATCH] header in top of split --- srcs/part2/ft_split.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/srcs/part2/ft_split.c b/srcs/part2/ft_split.c index 05c61c0..00df179 100644 --- a/srcs/part2/ft_split.c +++ b/srcs/part2/ft_split.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_split.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: hulamy +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2019/12/12 22:41:54 by hulamy #+# #+# */ +/* Updated: 2019/12/12 22:41:56 by hulamy ### ########.fr */ +/* */ +/* ************************************************************************** */ + /* ** return an array of string with each word found in str, with c as separator */