preotection mapi et split

This commit is contained in:
Hugo LAMY
2019-12-09 22:04:52 +01:00

View File

@@ -6,7 +6,7 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */ /* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2019/12/01 16:00:10 by hulamy #+# #+# */ /* Created: 2019/12/01 16:00:10 by hulamy #+# #+# */
/* Updated: 2019/12/09 22:00:47 by hulamy ### ########.fr */ /* Updated: 2019/12/09 22:04:26 by hulamy ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@@ -15,7 +15,9 @@
*/ */
/* /*
** #include <libc.h> ** #include <unistd.h>
** #include <stdlib.h>
** #include <stdio.h>
** **
** char *ft_substr(char const *s, unsigned int start, size_t len); ** char *ft_substr(char const *s, unsigned int start, size_t len);
** **