Searched defs:toupper (Results 1 – 2 of 2) sorted by relevance
93 function toupper(str) { function
905 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro