Sign in
mojo
/
mojo-tools
/
ed4bdf2b045dcf76699eb5095f037df4b8750a28
/
.
/
fusl
/
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
);
}