libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strnstr (const char *haystack, const char *needle, size_t len) |
Replicates behaviour of strnstr from libc . More... | |
char* ft_strnstr | ( | const char * | haystack, |
const char * | needle, | ||
size_t | len | ||
) |
Replicates behaviour of strnstr
from libc
.
Definition at line 20 of file ft_strnstr.c.