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