#include "../tests.h" int strncmp_ko_test(void) { return (!ft_strncmp("blabla", "test", 4)); }