Next Previous Contents

26. define_case

Synopsis

Define upper-lower case conversion.

Usage

define_case (Integer_Type ch_up, Integer_Type ch_low);

Description

This function defines an upper and lowercase relationship between two characters specified by the arguments. This relationship is used by routines which perform uppercase and lowercase conversions. The first integer ch_up is the ascii value of the uppercase character and the second parameter ch_low is the ascii value of its lowercase counterpart.

See Also

strlow, strup


Next Previous Contents