头文件 : #include <string.h>
函数原型: char *strncat(char *dest, const char *src, size_t n);
函数说明: 将参数str指向的字符串拷贝n个字符到参数dest所指向的字符串尾,dest所指向的内存空间要足够大
返回值 : 返回dest的值