.TH case_diffs 3 .SH NAME case_diffs \- compare strings case-insensitively .SH SYNTAX .B #include 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)