ISGRAPH 38 wildmatch.c # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) ISGRAPH 40 wildmatch.c # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c))