string.h
strcat(a,b),将b连接到a后面,存放在a中(先去除a的\0)strcpy(a,b),将b复制到a中strcmp(a,b),如果a==b则函数值为0
字符串处理函数
原文:https://blog.51cto.com/15069849/2601612