|
libft
|
#include "libft.h"
Include dependency graph for ft_strstr.c:Go to the source code of this file.
Functions | |
| char * | ft_strstr (const char *haystack, const char *needle) |
Replicates behaviour of strstr from libc. More... | |
| char* ft_strstr | ( | const char * | haystack, |
| const char * | needle | ||
| ) |
Replicates behaviour of strstr from libc.
Definition at line 20 of file ft_strstr.c.
1.8.16