utolower.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

utolower - Converts a letter to lower case. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

int utolower(int c);

DESCRIPTION

This function returns `c', converting it to lower case if it is upper case.

SEE ALSO

utoupper(3alleg), ugetc(3alleg), ugetx(3alleg), usetc(3alleg), uwidth(3alleg), ucwidth(3alleg), uisok(3alleg)