aboutsummaryrefslogtreecommitdiff
path: root/ft_memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_memcmp.c')
-rw-r--r--ft_memcmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_memcmp.c b/ft_memcmp.c
index 26cc0e7..2c8e179 100644
--- a/ft_memcmp.c
+++ b/ft_memcmp.c
@@ -6,11 +6,10 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:56:44 by cacharle #+# #+# */
-/* Updated: 2019/10/20 13:00:29 by cacharle ### ########.fr */
+/* Updated: 2019/11/21 01:58:42 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
-#include <string.h>
#include "libft.h"
int ft_memcmp(const void *s1, const void *s2, size_t n)