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