/* ISC license. */ #include #include #include "bytestr-internal.h" int stringkey_bcasecmp (void const *a, void const *b) { struct stringkey_s const *bb = b ; return strcasecmp((char const *)a, bb->s) ; }