Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
case_lowers(3) - Linux man page
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 \0.
See Also
case_lowerb
(3)