| 1 | #ifndef STRCAT |
|---|---|
| 2 | # define STRCAT __strcat_evex |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STRCAT |
| 6 | #define STRCPY STRCAT |
| 7 | #include "strcpy-evex.S" |
| 8 |
| 1 | #ifndef STRCAT |
|---|---|
| 2 | # define STRCAT __strcat_evex |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STRCAT |
| 6 | #define STRCPY STRCAT |
| 7 | #include "strcpy-evex.S" |
| 8 |