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

#ifndef NOT_IN_libc
# define WCSLEN  __wcslen_ia32
#endif

extern __typeof (wcslen) __wcslen_ia32;

#include "wcsmbs/wcslen.c"