1#ifndef STRNCPY
2# define STRNCPY __strncpy_avx2
3#endif
4
5#define USE_AS_STRNCPY
6#define STRCPY STRNCPY
7#include "strcpy-avx2.S"
8