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

@@ -0,0 +1,6 @@
#include "../tests.h"
int strncmp_ko_test(void)
{
return (!ft_strncmp("blabla", "test", 4));
}