Merge branch 'feat/r1'

This commit is contained in:
2026-01-25 12:00:09 +01:00
24 changed files with 236 additions and 143 deletions

View File

@@ -2,5 +2,5 @@
int strncmp_ok_test(void)
{
return (ft_strncmp("test", "test", 4));
return (!ft_strncmp("test", "test", 4));
}