2010-07-30 00:14:04 -07:00
|
|
|
#include <string.h>
|
|
|
|
|
2010-08-14 22:04:01 -07:00
|
|
|
extern int __strcasecmp_l_nonascii (__const char *__s1, __const char *__s2,
|
|
|
|
__locale_t __loc);
|
|
|
|
|
2010-07-30 00:14:04 -07:00
|
|
|
#define __strcasecmp_l __strcasecmp_l_nonascii
|
|
|
|
#define USE_IN_EXTENDED_LOCALE_MODEL 1
|
|
|
|
#include <string/strcasecmp.c>
|