[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  TOUPPER

  .  Summary

  toupper(int <chr>);

  .  Description

  If the character <chr> is an lowercase character, the toupper func-
  tion returns the uppercase equivalent. Otherwise <chr> is returned
  unchanged. Note that <chr> is an ASCII value, not a string.

  .  Return Value

  An integer value as described above.


See Also: tolower strupper strlower
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson