Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / x86_64 / strncase_l-nonascii.c
blob8664863778a1d0d783d297d076712b2eac72f20a
1 #include <string.h>
3 extern int __strncasecmp_l_nonascii (const char *__s1, const char *__s2,
4 size_t __n, __locale_t __loc);
6 #define __strncasecmp_l __strncasecmp_l_nonascii
7 #define USE_IN_EXTENDED_LOCALE_MODEL 1
8 #include <string/strncase.c>