Function mu::tiny::strstr¶
Defined in File String.hpp
Function Documentation¶
-
const char *mu::tiny::strstr(const char *s1, const char *s2)¶
Return a pointer to the first
s2ins1, or null.
Defined in File String.hpp
Return a pointer to the first s2 in s1, or null.