1#ifndef WCSNCPY
2# define WCSNCPY __wcsncpy_avx2
3#endif
4
5#define USE_AS_WCSCPY
6#define STRNCPY WCSNCPY
7#include "strncpy-avx2.S"
8