1 | #ifndef STRNCPY |
---|---|
2 | # define STRNCPY __strncpy_evex |
3 | #endif |
4 | |
5 | #define USE_AS_STRNCPY |
6 | #define STRCPY STRNCPY |
7 | #include "strcpy-evex.S" |
8 |
1 | #ifndef STRNCPY |
---|---|
2 | # define STRNCPY __strncpy_evex |
3 | #endif |
4 | |
5 | #define USE_AS_STRNCPY |
6 | #define STRCPY STRNCPY |
7 | #include "strcpy-evex.S" |
8 |