2010-08-15 07:04:01 +02:00
|
|
|
#include <string.h>
|
|
|
|
|
2012-01-08 05:57:22 +01:00
|
|
|
extern int __strncasecmp_l_nonascii (const char *__s1, const char *__s2,
|
2010-08-15 07:04:01 +02:00
|
|
|
size_t __n, __locale_t __loc);
|
|
|
|
|
|
|
|
#define __strncasecmp_l __strncasecmp_l_nonascii
|
|
|
|
#define USE_IN_EXTENDED_LOCALE_MODEL 1
|
|
|
|
#include <string/strncase.c>
|