函数名称StrCopy
www.nanhushi.com 佚名 不详
函数说明 将源字符串拷贝到目的字符串中,函数原型如下:
char * __fastcall StrCopy(char * Dest, const char * Source);