Next Previous Contents

82. toupper

Synopsis

Convert a character to uppercase.

Usage

Integer_Type toupper (Integer_Type ch)

Description

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

See Also

tolower, strup, strlow, int, char, define_case


Next Previous Contents