Searched defs:s7_skip_whitespace (Results 1 – 2 of 2) sorted by relevance
107 #define s7_skip_whitespace(str) while (*(str) == ' ') ++(str) macro