| 1 | #ifndef WCPNCPY |
|---|---|
| 2 | # define WCPNCPY __wcpncpy_evex |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_WCSCPY |
| 6 | #define USE_AS_STPCPY |
| 7 | #define STRNCPY WCPNCPY |
| 8 | #include "strncpy-evex.S" |
| 9 |
| 1 | #ifndef WCPNCPY |
|---|---|
| 2 | # define WCPNCPY __wcpncpy_evex |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_WCSCPY |
| 6 | #define USE_AS_STPCPY |
| 7 | #define STRNCPY WCPNCPY |
| 8 | #include "strncpy-evex.S" |
| 9 |