logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

case_diffs - compare strings case-insensitively

Description

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

Name

       case_diffs - compare strings case-insensitively

See Also

str_diff(3)

                                                                                                   case_diffs(3)

Syntax

#include<libowfat/case.h>

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

See Also