int memcmp(void *lhs, void *rhs, int count);
void *lhs Memory 2
void *rhs int count Compare length
void *lhs 内存1
void *rhs 内存2
int count 比较长度