header in top of split

This commit is contained in:
Hugo LAMY
2019-12-12 22:42:23 +01:00
parent 270f0afd0e
commit 5afa7e74f7

View File

@@ -1,3 +1,15 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_split.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 ** return an array of string with each word found in str, with c as separator
*/ */