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