.\" Generated by the Allegro makedoc utility .TH utoupper 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME utoupper \- Converts a letter to upper case. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int utoupper(int c); .SH DESCRIPTION This function returns `c', converting it to upper case if it is lower case. .SH SEE ALSO .BR utolower (3alleg4), .BR ugetc (3alleg4), .BR ugetx (3alleg4), .BR usetc (3alleg4), .BR uwidth (3alleg4), .BR ucwidth (3alleg4), .BR uisok (3alleg4)