mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
10 lines
152 B
C
10 lines
152 B
C
#include <wchar.h>
|
|
|
|
#ifndef NOT_IN_libc
|
|
# define WMEMCMP __wmemcmp_ia32
|
|
#endif
|
|
|
|
extern __typeof (wmemcmp) __wmemcmp_ia32;
|
|
|
|
#include "wcsmbs/wmemcmp.c"
|