mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 03:54:58 -04:00
9 lines
179 B
C
9 lines
179 B
C
#ifndef MSL_COMMON_SRC_MEM_H
|
|
#define MSL_COMMON_SRC_MEM_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
extern "C" int memcmp(const void*, const void*, size_t);
|
|
|
|
#endif /* MSL_COMMON_SRC_MEM_H */
|