Function mu::tiny::strstr

Function Documentation

const char *mu::tiny::strstr(const char *s1, const char *s2)

Return a pointer to the first s2 in s1, or null.