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