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

  .  Summary

  tolower(int <chr>);

  .  Description

  If the character <chr> is an uppercase character, the tolower func-
  tion returns the lowercase 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: toupper strupper strlower
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson