ISPRINT 250 regex.c #define ISPRINT(c) (ISASCII(c) && isprint(c)) ISPRINT 41 ruby.h #define ISPRINT(c) (ISASCII(c) && isprint((unsigned char)(c)))