

toupper()                  ctype macro                  toupper()




Convert characters to upper case

#iinncclluuddee <ccttyyppee.hh>
iinntt ttoouuppppeerr(_c) iinntt _c;

ttoouuppppeerr is a  macro that converts the letter c  to upper case and
returns the converted character.  If c  is not a letter or is al-
ready upper case, then toupper returns it unchanged.

***** Example *****

For  examples of  this  routine, see  the entries  for ctype  and
tolower.

***** See Also *****

ctype, tolower()







































COHERENT Lexicon                                           Page 1


