Searched defs:IS_ASCII_LETTER (Results 1 – 2 of 2) sorted by relevance
257 #define IS_ASCII_LETTER(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ macro