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