home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / EdLib / man / SToLower < prev    next >
Text File  |  1989-06-04  |  482b  |  28 lines

  1. STOLOWER(3)                Library Functions               STOLOWER(3)
  2.  
  3.  
  4.  
  5. NAME
  6.      stolower - convert a string to only lower case characters
  7.  
  8. SYNOPSIS
  9.      #include <edlib.h>
  10.  
  11.      char *stolower(str)
  12.      char *str;
  13.  
  14. DESCRIPTION
  15.      Stolower takes a pointer to a null terminated string and
  16.      converts each upper case character into its lower case
  17.      equivalent. All other characters are left untouched.
  18.  
  19. AUTHOR
  20.      Edwin Hoogerbeets 01/08/88
  21.  
  22. SEE ALSO
  23.      stoupper(3)
  24.  
  25.  
  26.  
  27.  
  28.