SBSPSS/source/utils/replace.h
2000-08-29 19:54:22 +00:00

8 lines
112 B
C

#ifndef __REPLACE_H__
#define __REPLACE_H__
extern "C" void MCmemcpy(void *Dst,void *Src,int Length);
#endif