#include int main() { printf("%d", ft_strncmp("abcde", "abcda", 5)); }