1set	prototyped
2nxt	wctype
3
4run{
5cat <<!
6	#if _hdr_wctype && defined(_nxt_wctype)
7	#include ${_nxt_wctype-_nxt_wctype}	/* the native wctype.h */
8	#endif
9
10	#undef	iswalpha
11
12	#define iswalpha(w)	(ast.mb_alpha?(*ast.mb_alpha)(w):isalpha(w))
13!
14}end
15