Sign in
mojo
/
mojo-tools
/
862d13b6f591fb83034e80ed5a8c59fb9d0b7b56
/
.
/
fusl
/
src
/
string
/
wcswcs.c
blob: 38a614ece74c5ece84ddca3ef75679a90c5806c6 [
file
] [
log
] [
blame
]
#include
<wchar.h>
wchar_t
*
wcswcs
(
const
wchar_t
*
haystack
,
const
wchar_t
*
needle
)
{
return
wcsstr
(
haystack
,
needle
);
}