tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
strstr.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strstr (char *haystack, char *needle) noexcept -> char *
 Finds the first occurrence of the byte string needle in the byte string pointed to by haystack. The terminating null characters are not compared.
 
constexpr auto strstr (char const *haystack, char const *needle) noexcept -> char const *
 Finds the first occurrence of the byte string needle in the byte string pointed to by haystack. The terminating null characters are not compared.