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
333 B
12 lines
333 B
.TH case_diffs 3 |
|
.SH NAME |
|
case_diffs \- compare strings case-insensitively |
|
.SH SYNTAX |
|
.B #include <case.h> |
|
|
|
int \fBcase_diffs\fP(const char* \fIa\fR,const char* \fIb\fR); |
|
.SH DESCRIPTION |
|
case_diffs is similar to str_diff. The difference is that for the |
|
comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'. |
|
.SH "SEE ALSO" |
|
str_diff(3)
|
|
|