first commit
This commit is contained in:
5
ended/C03-corr/ex04/ft_strstr.c
Normal file
5
ended/C03-corr/ex04/ft_strstr.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
printf("%s", ft_strstr("fffff lll", "ll"));
|
||||
}
|
Reference in New Issue
Block a user