Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
case_lowers(3)		    Library Functions Manual		  case_lowers(3)

NAME
     case_lowers - compare strings case-insensitively

SYNTAX
     #include <libowfat/case.h>

     void case_lowers(char* s);

DESCRIPTION
     case_lowers  converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' for each
     character in s until the first \0.

SEE ALSO
     case_lowerb(3)

								  case_lowers(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_case_lowers&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help