Copyright Digital Equipment Corp. All rights reserved.

wcscmp

   Compares two wide-character strings. It returns an integer that
   indicates if the strings are different, and how they differ.

   Format

     #include  <wchar.h>

     int wcscmp  (const wchar_t *wstr_1, const wchar_t *wstr_2);
 


Additional information available:

Arguments       Description     Return_Values