函數(shù)名稱StrCopy

字號:

函數(shù)說明 將源字符串拷貝到目的字符串中,函數(shù)原型如下:
     char * __fastcall StrCopy(char * Dest, const char * Source);