wcsncmp.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wcsncmp.cThe libc implementation
Functions
wcsncmpCompares at most n characters of s1 to n characters of s2

Functions

wcsncmp

#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

#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