#ifdef __USE_GNU
/* Similar to `strstr' but this function ignores the case of both strings. */
-extern char *__strcasestr (__const char *__haystack, __const char *__needle)
- __THROW __attribute_pure__;
extern char *strcasestr (__const char *__haystack, __const char *__needle)
__THROW __attribute_pure__;
#endif
# endif
/* Compare S1 and S2, ignoring case. */
-extern int __strcasecmp (__const char *__s1, __const char *__s2)
- __THROW __attribute_pure__;
extern int strcasecmp (__const char *__s1, __const char *__s2)
__THROW __attribute_pure__;