about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/wcslen-i386.c
blob: 9c7b94e09f573497912059241f8f2e1e39c7707d (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <wchar.h>

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

extern __typeof (wcslen) __wcslen_i386;

#include "wcsmbs/wcslen.c"