1case_diffs(3) Library Functions Manual case_diffs(3)
23
4
NAME
6case_diffs - compare strings case-insensitively
7
SYNTAX
9#include <case.h>
1011
int case_diffs(const char* a,const char* b);
12
DESCRIPTION
14case_diffs is similar to str_diff. The difference is that for the com‐
15parison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.
16
SEE ALSO
18str_diff(3)
1920
21
22
case_diffs(3)