Compares a specific number of code elements.

#include <unidef.h>

const UniChar     *ucs1;
const UniChar     *ucs2;
size_t             n;
int                result;

result = UniStrncmp(ucs1, ucs2, n);


[Back: UniStrncmp]
[Next: UniStrncmp Parameter - ucs1]