_CTYPE_C
#define _C _CTYPE_C
_ISCTYPE_FUNC(cntrl, _CTYPE_C )
#define iscntrl(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_C))