utolower
Converts a letter to lower case. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Converts a letter to lower case. Allegro game programming library.
#include <allegro.h>
int utolower(int c);
This function returns `c', converting it to lower case if it is upper case.
utoupper(3alleg4), ugetc(3alleg4), ugetx(3alleg4), usetc(3alleg4), uwidth(3alleg4), ucwidth(3alleg4), uisok(3alleg4)