1utoupper(3) Allegro manual utoupper(3)
23
4
NAME
6utoupper - Converts a letter to upper case. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int utoupper(int c);
14
DESCRIPTION
16This function returns `c', converting it to upper case if it is lower
17case.
1819
SEE ALSO
21utolower(3), ugetc(3), ugetx(3), usetc(3), uwidth(3), ucwidth(3),
22uisok(3)
2324
25
26
Allegro version 4.4.3 utoupper(3)