|
NAMEutolower - Converts a letter to lower case. Allegro game programming library.SYNOPSIS#include <allegro.h>int utolower(int c); DESCRIPTIONThis function returns `c', converting it to lower case if it is upper case.SEE ALSOutoupper(3), ugetc(3), ugetx(3), usetc(3), uwidth(3), ucwidth(3), uisok(3)
Visit the GSP FreeBSD Man Page Interface. |