isprint
__only_inline int isprint(int _c)
isprint(int c)
#undef isprint
#define isprint(c) ((c) >= 0x20 && (c) < 0x7f)