wcsncmp (3) Linux Manual Page
wcsncmp – compare two fixed-size wide-character strings Synopsis #include <wchar.h> int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n); Description The wcsncmp() function is the wide-character equivalent of the strncmp(3) function. It compares the wide-character string pointed to by s1 and the wide-character string pointed to by s2, but at most n wide characters from…
