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