Searched defs:gfc_is_whitespace (Results 1 – 2 of 2) sorted by relevance
63 #define gfc_is_whitespace(c) ((c==' ') || (c=='\t') || (c=='\f')) macro