aboutsummaryrefslogtreecommitdiff
path: root/src/str/ft_strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/str/ft_strncasecmp.c')
-rw-r--r--src/str/ft_strncasecmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/str/ft_strncasecmp.c b/src/str/ft_strncasecmp.c
index 1b6308d..aafdc8c 100644
--- a/src/str/ft_strncasecmp.c
+++ b/src/str/ft_strncasecmp.c
@@ -6,14 +6,14 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/10 04:18:36 by cacharle #+# #+# */
-/* Updated: 2020/02/10 04:21:10 by cacharle ### ########.fr */
+/* Updated: 2020/02/10 04:31:38 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
#include "libft_types.h"
-int strncasecmp(const char *s1, const char *s2, size_t n)
+int ft_strncasecmp(const char *s1, const char *s2, size_t n)
{
size_t i;