Searched refs:SM_ISDIGIT (Results 1 – 1 of 1) sorted by relevance
22 #define SM_ISDIGIT(c) (isascii(c) && isdigit(c)) macro125 if (SM_ISDIGIT(ch))