實作strcat 指令 // strDestination ==> 目的字串指標 // strSource ==> 來源字串指標 char* MyStrcat(char* strDestination, const char* strSource)
確定! 回上一頁