Searched defs:tolower_macro (Results 1 – 2 of 2) sorted by relevance
77 #define tolower_macro(x) (((unsigned char)((x)-'A')<=('Z'-'A'))?((x)-'A'+'a'):(x)) macro