/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 03_high_len.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/25 16:01:01 by dgaillet #+# #+# */ /* Updated: 2026/01/25 16:35:34 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int strncmp_high_len_test(void) { return (ft_strncmp("test", "test", 42)); }