The libc implementation
Marcel Sondaar
Public Domain
#include <wchar.h> int wcsncmp(const wchar_t *s1,const wchar_t *s2,size_t n)
Compares at most n characters of s1 to n characters of s2
Returns the result of the comparison