1#include <string.h>
2
3extern __typeof (strcasecmp) __strcasecmp_nonascii;
4
5#define __strcasecmp __strcasecmp_nonascii
6#include <string/strcasecmp.c>
7
8strong_alias (__strcasecmp_nonascii, __strcasecmp_ia32)
9
10/* The needs of strcasecmp in libc are minimal, no need to go through
11 the IFUNC. */
12strong_alias (__strcasecmp_nonascii, __GI___strcasecmp)
13

source code of glibc/sysdeps/i386/i686/multiarch/strcasecmp-c.c