标签: linux strcat

Linux实现字符串拼接:strcat函数(linuxstrcat)

Linux实现字符串拼接:strcat 函数 字符串拼接,即在一个字符串的末尾追加另外一个字符串,在Linux中可以通过strcat函数实现。函数声明如下: char *strcat ……