Next Previous Contents

81. tolower

Synopsis

Convert a character to lowercase.

Usage

Integer_Type lower (Integer_Type ch)

Description

This function takes an integer ch and returns its lowercase equivalent.

See Also

toupper, strup, strlow, int, char, define_case


Next Previous Contents