Searched defs:ch_toupper (Results 1 – 2 of 2) sorted by relevance
69 ch_toupper(char ch) in ch_toupper() function
1173 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } ch_toupper() function