blob: c23af26201e99010040243ec21d6f8082dc69050 [file] [log] [blame]
#include <wchar.h>
#ifndef NOT_IN_libc
# ifdef SHARED
# undef libc_hidden_def
# define libc_hidden_def(name) \
__hidden_ver1 (__wcschr_ia32, __GI_wcschr, __wcschr_ia32);
# endif
# define WCSCHR __wcschr_ia32
#endif
extern __typeof (wcschr) __wcschr_ia32;
#include "wcsmbs/wcschr.c"