case_lowers(3) debian man page | unix.com

Man Page: case_lowers

Operating Environment: debian

Section: 3

case_lowers(3)						     Library Functions Manual						    case_lowers(3)

NAME
case_lowers - compare strings case-insensitively
SYNTAX
#include <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 .
SEE ALSO
case_lowerb(3) case_lowers(3)
Related Man Pages
strcasecmp_l(3) - mojave
case(3) - debian
strcasecmp(3) - osx
strncasecmp(3) - freebsd
strncasecmp_l(3) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com