glibc/sysdeps/i386/i686/multiarch/wcslen-c.c

6 lines
86 B
C
Raw Normal View History

#ifndef NOT_IN_libc
# define WCSLEN __wcslen_ia32
#endif
#include "wcsmbs/wcslen.c"