Searched defs:SKIPWS (Results 1 – 2 of 2) sorted by relevance
47 #define SKIPWS(p) while (isspace((int)(*p))) p++ macro
2612 # define SKIPWS \ macro