case_lowers - compare strings case-insensitively
Contents
Description
case_lowers converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' for each character in s until the first
\0.
Name
case_lowers - compare strings case-insensitively
See Also
case_lowerb(3) case_lowers(3)
Syntax
#include<libowfat/case.h>
void case_lowers(char* s);
