1case_lowers(3)             Library Functions Manual             case_lowers(3)
2
3
4

NAME

6       case_lowers - compare strings case-insensitively
7

SYNTAX

9       #include <case.h>
10
11       void case_lowers(char* s);
12

DESCRIPTION

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

SEE ALSO

18       case_lowerb(3)
19
20
21
22                                                                case_lowers(3)
Impressum