#ifndef _MWCPLUSLIB
#define _MWCPLUSLIB
#include <types.h>
#ifdef __cplusplus
extern "C" {
#endif
void* __copy(char* to, char* from, size_t size);
}
#endif // _MWCPLUSLIB