about summary refs log tree commit diff
path: root/sysdeps/x86_64/strncase_l-nonascii.c
blob: baabd318bfa42daef675d3a26a7d57eb155dc760 (plain) (blame)
1
2
3
4
5
6
7
8
#include <string.h>

extern int __strncasecmp_l_nonascii (__const char *__s1, __const char *__s2,
				     size_t __n, __locale_t __loc);

#define __strncasecmp_l __strncasecmp_l_nonascii
#define USE_IN_EXTENDED_LOCALE_MODEL    1
#include <string/strncase.c>