Searched defs:ISUPPER (Results 1 – 1 of 1) sorted by relevance
41 #define ISUPPER(x) (((x) >= 'A') && ((x) <= 'Z')) macro
Completed in 4 milliseconds