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