mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
312 B
12 lines
312 B
.TH case_lowers 3 |
|
.SH NAME |
|
case_lowers \- compare strings case-insensitively |
|
.SH SYNTAX |
|
.B #include <case.h> |
|
|
|
void \fBcase_lowers\fP(char* \fIs\fR); |
|
.SH DESCRIPTION |
|
case_lowers converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' for |
|
each character in \fIs\fR until the first \\0. |
|
.SH "SEE ALSO" |
|
case_lowerb(3)
|
|
|