bcmp
#define bcmp(a, b, length) memcmp((a), (b), (length))
#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))
# undef bcmp
bcmp(void const *a, const void *b, size_t bytes)
void bcmp() {}
void bcmp() {}