1case_lowers(3) Library Functions Manual case_lowers(3)
23
4
NAME
6case_lowers - compare strings case-insensitively
7
SYNTAX
9#include <case.h>
1011
void case_lowers(char* s);
12
DESCRIPTION
14case_lowers converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' for
15each character in s until the first \0.
16
SEE ALSO
18case_lowerb(3)
1920
21
22
case_lowers(3)