Copyright Digital Equipment Corp. All rights reserved.

wcswcs

   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);
 


Additional information available:

Function_Variants               Arguments       Return_Values   Example