Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
str_str.c File Reference
#include "libft.h"
Include dependency graph for str_str.c:

Functions

char * str_str (const char *haystack, const char *needle)
 

Function Documentation

◆ str_str()

char * str_str ( const char *  haystack,
const char *  needle 
)