utolower - Converts a letter to lower case. Allegro game programming library.
Contents
Description
This function returns `c', converting it to lower case if it is upper case.
Name
utolower - Converts a letter to lower case. Allegro game programming library.
See Also
utoupper(3alleg4), ugetc(3alleg4), ugetx(3alleg4), usetc(3alleg4), uwidth(3alleg4), ucwidth(3alleg4), uisok(3alleg4) Allegro version 4.4.3 utolower(3alleg4)
Synopsis
#include<allegro.h>intutolower(intc);
