Searched defs:ifany (Results 1 – 2 of 2) sorted by relevance
12 #define ifany(x) for (p=x; *p; p++) if (c == *p) macro