ISSEP
#define ISSEP(c) (isascii(c) && isspace(c))
#define ISSEP(c) (sep == '\0' ? isascii(c) && isspace(c) : (c) == sep)