函数名称StrCopy

2014-11-07 12:30:07 · 作者: · 浏览: 36

函数说明 将源字符串拷贝到目的字符串中,函数原型如下:


char * __fastcall StrCopy(char * Dest, const char * Source);