Provided by: libowfat-dev_0.29-4_amd64 bug

NAME

       case_diffs - compare strings case-insensitively

SYNTAX

       #include <case.h>

       int case_diffs(const char* a,const char* b);

DESCRIPTION

       case_diffs  is similar to str_diff.  The difference is that for the comparison 'A' == 'a',
       'B' == 'b', ..., 'Z' == 'z'.

SEE ALSO

       str_diff(3)

                                                                                    case_diffs(3)