MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __libcpp_wcsstr

Function __libcpp_wcsstr

system/lib/libcxx/include/wchar.h:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {
173 return (wchar_t*)wcsstr(__s1, __s2);
174}
175inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const wchar_t*
176wcsstr(const wchar_t* __s1, const wchar_t* __s2) {
177 return __libcpp_wcsstr(__s1, __s2);

Callers 1

wcsstrFunction · 0.85

Calls 1

wcsstrFunction · 0.70

Tested by

no test coverage detected