aboutsummaryrefslogtreecommitdiff
path: root/src/str/ft_strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/str/ft_strncmp.c')
-rw-r--r--src/str/ft_strncmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/str/ft_strncmp.c b/src/str/ft_strncmp.c
index a0371e4..3e01708 100644
--- a/src/str/ft_strncmp.c
+++ b/src/str/ft_strncmp.c
@@ -6,11 +6,10 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 10:27:34 by cacharle #+# #+# */
-/* Updated: 2020/02/10 04:17:50 by cacharle ### ########.fr */
+/* Updated: 2020/05/09 12:29:41 by charles ### ########.fr */
/* */
/* ************************************************************************** */
-#include "libft.h"
#include "libft_str.h"
int ft_strncmp(const char *s1, const char *s2, size_t n)