glibc/sysdeps/x86_64/multiarch/wcscpy-c.c

6 lines
83 B
C

#if IS_IN (libc)
# define wcscpy __wcscpy_sse2
#endif
#include "wcsmbs/wcscpy.c"