/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 02_len.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/25 12:05:30 by dgaillet #+# #+# */ /* Updated: 2026/01/25 16:34:24 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int strncmp_len_test(void) { return (ft_strncmp("test123", "test", 4)); }