memcmp in cpp

C++
int memcmp( const void* lhs, const void* rhs, size_t count );
Source

Also in C++: