/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 01_ok.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/25 12:05:24 by dgaillet #+# #+# */ /* Updated: 2026/01/25 15:15:39 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int strncmp_basic_test(void) { return (ft_strncmp("test", "test", 4)); }