7 lines
95 B
C
7 lines
95 B
C
#include "../tests.h"
|
|
|
|
int strncmp_ok_test(void)
|
|
{
|
|
return (!ft_strncmp("test", "test", 4));
|
|
}
|