#include int tolower(int c) { return (c + 32); }