Sign in
cobalt
/
cobalt
/
6c50c1c49c8a70d13dcb47674d70da002e02256c
/
.
/
third_party
/
musl
/
src
/
string
/
wcswcs.c
blob: 9cfe4ac40b43c63f0ef8c28ee710b8b1ead0680f [
file
]
#include
<wchar.h>
wchar_t
*
wcswcs
(
const
wchar_t
*
haystack
,
const
wchar_t
*
needle
)
{
return
wcsstr
(
haystack
,
needle
);
}