2002-09-16 23:49:15 +00:00
|
|
|
.TH case_diffs 3
|
|
|
|
.SH NAME
|
|
|
|
case_diffs \- compare strings case-insensitively
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/case.h>
|
2002-09-16 23:49:15 +00:00
|
|
|
|
|
|
|
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)
|