man strcat (1): The strcat() function shall append a copy of the string pointed to by s2 ... char *strcat(char *restrict s1, const char *restrict s2); ...
確定! 回上一頁