aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch/wcslen-c.c
blob: a335dc0f7e911acd8e95911161306b9490b82bae (plain)
1
2
3
4
5
6
7
8
9
#include <wchar.h>

#if IS_IN (libc)
# define WCSLEN  __wcslen_ia32
#endif

extern __typeof (wcslen) __wcslen_ia32;

#include "wcsmbs/wcslen.c"