Bcmp
#undef Bcmp
#define Bcmp(a, b, l) (l == 0 ? 0 \
#define Bcmp(a, b, n) memcmp(((void *)(a)), ((void *)(b)), (n))