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
337 B
12 lines
337 B
.TH case_lowerb 3 |
|
.SH NAME |
|
case_lowerb \- compare strings case-insensitively |
|
.SH SYNTAX |
|
.B #include <case.h> |
|
|
|
void \fBcase_lowerb\fP(void* \fIs\fR,unsigned long \fIlen\fR); |
|
.SH DESCRIPTION |
|
case_lowerb converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' in |
|
\fIs\fR[0], \fIs\fR[1], ..., \fIs\fR[\fIlen\fR]. |
|
.SH "SEE ALSO" |
|
case_lowerb(3)
|
|
|