BCMP
BCMP(void *str1, void *str2, int len)
#define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (unsigned int)(n))