Copyright Digital Equipment Corp. All rights reserved.
Compares two arrays of wide characters.
Format
#include <wchar.h>
int wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n);
Arguments Description Return_Values