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