ADD: strncmp unit test
This commit is contained in:
6
real_tests/ft_strncmp/02_ko_test.c
Normal file
6
real_tests/ft_strncmp/02_ko_test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "../tests.h"
|
||||
|
||||
int strncmp_ko_test(void)
|
||||
{
|
||||
return (ft_strncmp("blabla", "test", 4));
|
||||
}
|
||||
Reference in New Issue
Block a user