SSSE3 strcpy/stpcpy for x86-64
[glibc.git] / sysdeps / x86_64 / multiarch / stpncpy.S
blobff89a894918837b9cbcb2302e57e69c79b5e85d9
1 #define STRCPY __stpncpy
2 #define USE_AS_STPCPY
3 #define USE_AS_STRNCPY
4 #include "strcpy.S"
6 weak_alias (__stpncpy, stpncpy)