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_diffb - compare strings case-insensitively

Description

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

Name

       case_diffb - compare strings case-insensitively

See Also

byte_diff(3)

                                                                                                   case_diffb(3)

Syntax

#include<libowfat/case.h>

       int case_diffb(const void* a,size_t len,const void* b);

See Also