1  #include <wchar.h>
       2  
       3  #if IS_IN (libc)
       4  # define WCSLEN  __wcslen_ia32
       5  #endif
       6  
       7  extern __typeof (wcslen) __wcslen_ia32;
       8  
       9  #include "wcsmbs/wcslen.c"
       1  #include <wchar.h>
       2  
       3  #if IS_IN (libc)
       4  # define WCSLEN  __wcslen_ia32
       5  #endif
       6  
       7  extern __typeof (wcslen) __wcslen_ia32;
       8  
       9  #include "wcsmbs/wcslen.c"