mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
9 lines
259 B
C
9 lines
259 B
C
#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>
|