first commit
This commit is contained in:
5
ended/C03-corr/ex01/ft_strncmp.h
Normal file
5
ended/C03-corr/ex01/ft_strncmp.h
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
{
|
||||
printf("%d", ft_strncmp("abcde", "abcda", 5));
|
||||
}
|
Reference in New Issue
Block a user