字符和字符串处理函数

1、字符函数库: include <ctype.h>

2、字符串函数库:include<string.h>

1)字符串复制时,必须用char *strcpy(char *str1 const char *str2),而不能str1=str2!!!!