aboutsummaryrefslogtreecommitdiff
path: root/ft_memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_memchr.c')
-rw-r--r--ft_memchr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_memchr.c b/ft_memchr.c
index 934ede8..d2364db 100644
--- a/ft_memchr.c
+++ b/ft_memchr.c
@@ -6,12 +6,11 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:55:31 by cacharle #+# #+# */
-/* Updated: 2019/10/20 12:56:46 by cacharle ### ########.fr */
+/* Updated: 2019/11/20 03:30:55 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
-#include <string.h>
void *ft_memchr(const void *s, int c, size_t n)
{