ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/i386/i686/multiarch/wcslen-c.c

10 lines
144 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#include <wchar.h>
#if IS_IN (libc)
# define WCSLEN __wcslen_ia32
#endif
extern __typeof (wcslen) __wcslen_ia32;
#include "wcsmbs/wcslen.c"