1 string.h
strcmp(a,b) 比较两个字符串的大小 a=b 0;a<b -;a>b +
strlen 求字符串的长度
strcpy 字符串***函数
sizeof 求字节数
strcat(a,b) 将b所☞字符串添加到a结尾处,并再最后加\0.