mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
6 lines
86 B
C
6 lines
86 B
C
#ifndef NOT_IN_libc
|
|
# define wcscpy __wcscpy_sse2
|
|
#endif
|
|
|
|
#include "wcsmbs/wcscpy.c"
|