mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
10 lines
147 B
C
10 lines
147 B
C
#include <wchar.h>
|
|
|
|
#ifndef NOT_IN_libc
|
|
# define WCSLEN __wcslen_ia32
|
|
#endif
|
|
|
|
extern __typeof (wcslen) __wcslen_ia32;
|
|
|
|
#include "wcsmbs/wcslen.c"
|