1 | #ifndef STRNCAT |
---|---|
2 | # define STRNCAT __strncat_evex |
3 | #endif |
4 | |
5 | #define USE_AS_STRNCAT |
6 | #define STRCAT STRNCAT |
7 | #include "strcat-evex.S" |
8 |
1 | #ifndef STRNCAT |
---|---|
2 | # define STRNCAT __strncat_evex |
3 | #endif |
4 | |
5 | #define USE_AS_STRNCAT |
6 | #define STRCAT STRNCAT |
7 | #include "strcat-evex.S" |
8 |