getchar() - putchar() 输入 - 输出
isdigit() - isalpha() 是否是数字 - 是否是字母
isupper() - islower() 是否大写 - 是否小写
toupper() - tolower() 转成大写 - 转成小写
strlen() - strcpy() - strcat() 长度 - 复制 - 拼接
gets() - puts() 输入 - 输出
scanf() - printf() 输入 - 输出
ceil() - floor() 上舍入 - 下舍入
fabs() - pow() - sqrt() 绝对值 - 幂 - 平方根