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