xref: /illumos-gate/usr/src/contrib/ast/src/lib/libast/features/wctype (revision d9c3e05c2d8261e3f133b5e96a300b4fa6c0f1b7)
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