1#ifndef STRCHRNUL
2# define STRCHRNUL __strchrnul_evex
3#endif
4
5#define STRCHR STRCHRNUL
6#define USE_AS_STRCHRNUL 1
7
8#include "strchr-evex.S"
9