The libc implementation
Marcel Sondaar
Public Domain
wchar_t * wcsstr(const wchar_t *s1,const wchar_t *s2)
Finds the first occurance of s1 in s2
Returns a pointer to the location where s1 is contained in s2
Returns NULL if s1 could not be found inside s2