Synopsis
int wcscmp(const wchar_t *s1,
           const wchar_t *s2);
Description

wcscmp compares the wide string pointed to by s1 to the wide string pointed to by s2. wcscmp returns an integer greater than, equal to, or less than zero if the wide string pointed to by s1 is greater than, equal to, or less than the wide string pointed to by s2.