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