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