mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
a784e50247
No more __const.
9 lines
241 B
C
9 lines
241 B
C
#include <string.h>
|
|
|
|
extern int __strcasecmp_l_nonascii (const char *__s1, const char *__s2,
|
|
__locale_t __loc);
|
|
|
|
#define __strcasecmp_l __strcasecmp_l_nonascii
|
|
#define USE_IN_EXTENDED_LOCALE_MODEL 1
|
|
#include <string/strcasecmp.c>
|