TOUPPERSection: Linux Programmer's Manual (3)Updated: 1993-04-04 |
TOUPPERSection: Linux Programmer's Manual (3)Updated: 1993-04-04 |
#include <ctype.h> int toupper(int c); int tolower(int c);
tolower() converts the letter c to lower case, if possible.
If c is not an unsigned char value, or EOF, the behaviour of these functions is undefined.
In some non - English locales, there are lowercase letters with no corresponding uppercase equivalent; the German sharp s is one example.