| 1 | #ifndef WCSCAT |
|---|---|
| 2 | # define WCSCAT __wcscat_evex |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_WCSCPY |
| 6 | #define USE_AS_STRCAT |
| 7 | |
| 8 | #define STRCPY WCSCAT |
| 9 | #include "strcpy-evex.S" |
| 10 |
| 1 | #ifndef WCSCAT |
|---|---|
| 2 | # define WCSCAT __wcscat_evex |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_WCSCPY |
| 6 | #define USE_AS_STRCAT |
| 7 | |
| 8 | #define STRCPY WCSCAT |
| 9 | #include "strcpy-evex.S" |
| 10 |