1#ifndef STRNCAT
2# define STRNCAT __strncat_avx2
3#endif
4
5#define USE_AS_STRNCAT
6#define STRCAT STRNCAT
7#include "strcat-avx2.S"
8