1、ctype.h
isdigit();
isalpha();
toupper();
tolower();
2、time.h
clock();
3、string.h
strcmp();
strlen();
strcpy();
strcat();
memcpy();//对数字的处理
memset();
4、math.h
hypot(double,double);//计算三角形的斜边长
sqrt(double);
sin();
cos();
pow();
5、stdio.h
printf/scanf
fopen,freopen,fclose
getchar,fgets
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。