diff options
Diffstat (limited to 'ft_strncmp.c')
| -rw-r--r-- | ft_strncmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_strncmp.c b/ft_strncmp.c index e8188d0..46f79c2 100644 --- a/ft_strncmp.c +++ b/ft_strncmp.c @@ -6,11 +6,11 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 10:27:34 by cacharle #+# #+# */ -/* Updated: 2019/10/21 11:04:38 by cacharle ### ########.fr */ +/* Updated: 2019/11/20 03:33:59 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -#include <string.h> +#include "libft.h" int ft_strncmp(const char *s1, const char *s2, size_t n) { |
