about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/wmemcmp-c.c
blob: 75ab4b94c18f5975e61f43486dfc3cc6226c3f51 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <wchar.h>

#if IS_IN (libc)
# define WMEMCMP  __wmemcmp_ia32
#endif

extern __typeof (wmemcmp) __wmemcmp_ia32;

#include "wcsmbs/wmemcmp.c"