logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

utoupper - Converts a letter to upper case. Allegro game programming library.

Description

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

Name

       utoupper - Converts a letter to upper case. Allegro game programming library.

See Also

utolower(3alleg4),  ugetc(3alleg4),  ugetx(3alleg4),  usetc(3alleg4),  uwidth(3alleg4), ucwidth(3alleg4),
       uisok(3alleg4)

Allegro                                           version 4.4.3                                utoupper(3alleg4)

Synopsis

#include<allegro.h>intutoupper(intc);

See Also