glibc/sysdeps/i386/i686/multiarch/wcscmp-c.c

13 lines
257 B
C
Raw Normal View History

#include <wchar.h>
2011-10-28 09:45:12 +00:00
#define WCSCMP __wcscmp_ia32
#ifdef SHARED
2011-09-05 17:53:27 +00:00
# undef libc_hidden_def
# define libc_hidden_def(name) \
__hidden_ver1 (__wcscmp_ia32, __GI_wcscmp, __wcscmp_ia32);
#endif
extern __typeof (wcscmp) __wcscmp_ia32;
2011-09-05 17:53:27 +00:00
#include "wcsmbs/wcscmp.c"