1 #include <wchar.h> 2 3 #if IS_IN (libc) 4 # define WMEMCMP __wmemcmp_ia32 5 #endif 6 7 extern __typeof (wmemcmp) __wmemcmp_ia32; 8 9 #include "wcsmbs/wmemcmp.c" 10