Iros
 
Loading...
Searching...
No Matches
strstr.cpp File Reference
#include <string.h>
#include "di/container/algorithm/prelude.h"
#include "di/container/string/prelude.h"

Functions

auto strstr (char const *haystack, char const *needle) -> char *
 

Function Documentation

◆ strstr()

auto strstr ( char const * haystack,
char const * needle ) -> char*