/* ISC license. */ #include #include int str_bcmp (void const *a, void const *b) { return strcmp((char const *)a, *(char const *const *)b) ; }