Searched defs:ISBLANK (Results 1 – 1 of 1) sorted by relevance
213 #define ISBLANK(c) (ISASCII (c) && isblank (c)) macro215 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro