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