prime/src/Runtime/MWCPlusLib.h
Phillip Stephens 6f4c7cdbad Match and link more of Runtime
Former-commit-id: 91943cb93ec399498536e82fb1761515d00e16b3
2022-10-10 01:49:11 -07:00

16 lines
201 B
C

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