case_diffb - Man Page

compare strings case-insensitively

Syntax

#include <case.h>

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

Description

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

See Also

byte_diff(3)