#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);
}
#endif /* MSL_COMMON_SRC_MEM_H */