ISspace
# define ISspace(c) ((c) & 0x80 ? 0 : isspace((unsigned)c))
# define ISspace(c) isspace((unsigned)c)