Copyright Digital Equipment Corp. All rights reserved.
Locates the first occurrence in the string pointed to by wstr1
of the sequence of wide characters in the string pointed to by
wstr2.
Format
#include <wchar.h>
wchar_t *wcswcs (const wchar_t *wstr1, const wchar_t *wstr2);
Function_Variants Arguments Return_Values Example