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 */