#ifndef __REPLACE_H__
#define __REPLACE_H__


extern "C" void	MCmemcpy(void *Dst,void *Src,int Length);


#endif