ISSPACE
#define ISSPACE 040 /* a white space character */
#define ISSPACE(c) isspace((unsigned char)(c))
#define ISSPACE(F, BB, C) \