相关函数: strncat

头文件   #include <string.h>

函数原型: char *strncat(char *dest,  const char *src,  size_t n);

函数说明: 将参数str指向的字符串拷贝n个字符到参数dest所指向的字符串尾,dest所指向的内存空间要足够大

返回值   返回dest的值

posted @ 2022-12-24 18:17  cnetsa  阅读(71)  评论(0编辑  收藏  举报