#include <ctype.h>

int tolower(int c);

C/C++ function that returns the lower-case version of the letter represented by c. If c is not an alphabetical, it will be returned unchanged.