glibc/sysdeps/x86_64/multiarch/stpncpy-evex.S

9 lines
149 B
ArmAsm
Raw Normal View History

#ifndef STPNCPY
# define STPNCPY __stpncpy_evex
#endif
#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#define STRCPY STPNCPY
#include "strcpy-evex.S"