| 1 | #include <string.h> |
|---|---|
| 2 | |
| 3 | extern int __strcasecmp_l_nonascii (const char *__s1, const char *__s2, |
| 4 | locale_t __loc); |
| 5 | |
| 6 | #define __strcasecmp_l __strcasecmp_l_nonascii |
| 7 | #define USE_IN_EXTENDED_LOCALE_MODEL 1 |
| 8 | #include <string/strcasecmp.c> |
| 9 |
| 1 | #include <string.h> |
|---|---|
| 2 | |
| 3 | extern int __strcasecmp_l_nonascii (const char *__s1, const char *__s2, |
| 4 | locale_t __loc); |
| 5 | |
| 6 | #define __strcasecmp_l __strcasecmp_l_nonascii |
| 7 | #define USE_IN_EXTENDED_LOCALE_MODEL 1 |
| 8 | #include <string/strcasecmp.c> |
| 9 |