Fix strftime wcschr namespace (bug 17634).
[glibc.git] / sysdeps / i386 / i686 / multiarch / wmemcmp-c.c
blob75ab4b94c18f5975e61f43486dfc3cc6226c3f51
1 #include <wchar.h>
3 #if IS_IN (libc)
4 # define WMEMCMP __wmemcmp_ia32
5 #endif
7 extern __typeof (wmemcmp) __wmemcmp_ia32;
9 #include "wcsmbs/wmemcmp.c"