.\" Generated by the Allegro makedoc utility .TH ustrlwr 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME ustrlwr \- Replaces all letters with lower case. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B char *ustrlwr(char *s); .SH DESCRIPTION This function replaces all upper case letters in `s' with lower case letters. Example: .nf char buffer[] = "UPPER CASE STRING"; allegro_message(ustrlwr(buffer)); .fi .SH "RETURN VALUE" The return value is the value of `s'. .SH SEE ALSO .BR uconvert (3alleg4), .BR utolower (3alleg4), .BR ustrupr (3alleg4)