utolower (3) - Linux Manuals
utolower: Converts a letter to lower case. Allegro game programming library.
Command to display utolower
manual in Linux: $ man 3 utolower
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.
Pages related to utolower
- utoupper (3) - Converts a letter to upper 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