8 lines
112 B
C
8 lines
112 B
C
#ifndef __REPLACE_H__
|
|
#define __REPLACE_H__
|
|
|
|
|
|
extern "C" void MCmemcpy(void *Dst,void *Src,int Length);
|
|
|
|
|
|
#endif |