Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
str_nstr.c File Reference
#include <string.h>
Include dependency graph for str_nstr.c:

Functions

char * str_nstr (const char *haystack, const char *needle, size_t len)
 Locates a substring within a string, limited by length.