1#ifndef WCSCHR
2# define WCSCHR	__wcschr_evex
3#endif
4
5#define STRCHR	WCSCHR
6#define USE_AS_WCSCHR 1
7
8#include "strchr-evex.S"
9