iswhitespace
static int iswhitespace(char c)
#define iswhitespace(X) ((((X) == ' ') || ((X) == '\t'))?1:0)