utoupper (3) - Linux Manuals
utoupper: Converts a letter to upper case. Allegro game programming library.
Command to display utoupper
manual in Linux: $ man 3 utoupper
NAME
utoupper - Converts a letter to upper case. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int utoupper(int c);
DESCRIPTION
This function returns `c', converting it to upper case if it is lower case.
Pages related to utoupper
- utolower (3) - Converts a letter to lower case. Allegro game programming library.
- utilities (3) - Iterators are meant to build a sequence on the fly from one or more other sequences, without having to allocate place for storing it. A couple of examples: suppose we have a function which calculates the average of a sequence, and that for genericity we have implemented it as a template function which takes the beginning and the end of the sequence, so that its declaration is:
- utils.h (3)
- utmpname (3) - access utmp file entries
- utmpxname (3) - access utmp file entries