1 | #ifndef WCSCPY |
---|---|
2 | # define WCSCPY __wcscpy_evex |
3 | #endif |
4 | |
5 | #define USE_AS_WCSCPY |
6 | #define STRCPY WCSCPY |
7 | #include "strcpy-evex.S" |
8 |
1 | #ifndef WCSCPY |
---|---|
2 | # define WCSCPY __wcscpy_evex |
3 | #endif |
4 | |
5 | #define USE_AS_WCSCPY |
6 | #define STRCPY WCSCPY |
7 | #include "strcpy-evex.S" |
8 |