Searched defs:IsSpace (Results 1 – 2 of 2) sorted by relevance
498 inline bool IsSpace(int c) { in IsSpace() function
241 #define IsSpace(X) isspace((unsigned char)X) macro