2.15.10. wcsncasecmp()

The wcsncasecmp() function performs a case-insensitive string comparison test of not more than a specified number of wide characters. It is a GNU extension to the libraries. It is not POSIX-standardized.

Syntax

int wcsncasecmp(const wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) __attribute__((__nonnull__(1,2)));
Copyright © 2007-2010 ARM. All rights reserved.ARM DUI 0349C
Non-ConfidentialID101213