#ifndef MSL_COMMON_SRC_MEM_H #define MSL_COMMON_SRC_MEM_H #include "dolphin/types.h" #ifdef __cplusplus extern "C" { #endif int memcmp(const void*, const void*, size_t); #ifdef __cplusplus } #endif #endif /* MSL_COMMON_SRC_MEM_H */