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