|
|
Posted on
2018-11-09 15:13
(︶O︶)
阅读( 1012)
评论()
收藏
举报
| 头文件 |
说明 |
头文件 |
说明 |
| <assert.h> |
条件编译宏,将参数与零比较 |
<complex.h> (C99 起) |
复数运算 |
| <ctype.h> |
用来确定包含于字符数据中的类型的函数 |
<errno.h> |
报告错误条件的宏 |
| <fenv.h> (C99 起) |
浮点数环境 |
<float.h> |
浮点数类型的极限 |
| <inttypes.h> (C99 起) |
整数类型的格式转换 |
<iso646.h> (C95 起) |
符号的替代写法 |
| <limits.h> |
基本类型的大小 |
<locale.h> |
本地化工具 |
| <math.h> |
常用数学函数 |
<setjmp.h> |
非局部跳转 |
| <signal.h> |
信号处理 |
<stdalign.h> (C11 起) |
alignas 与 alignof 便利宏 |
| <stdarg.h> |
可变参数 |
<stdatomic.h> (C11 起) |
原子类型 |
| <stdbool.h> (C99 起) |
布尔类型 |
<stddef.h> |
常用宏定义 |
| <stdint.h> (C99 起) |
定宽整数类型 |
<stdio.h> |
输入/输出 |
| <stdlib.h> |
基础工具:内存管理、程序工具、字符串转换、随机数 |
<stdnoreturn.h> (C11 起) |
noreturn 便利宏 |
| <string.h> |
字符串处理 |
<tgmath.h> (C99 起) |
泛型数学(包装 math.h 和 complex.h 的宏) |
| <threads.h> (C11 起) |
线程库 |
<time.h> |
时间/日期工具 |
| <uchar.h> (C11 起) |
UTF-16 和 UTF-32 字符工具 |
<wchar.h> (C95 起) |
扩展多字节和宽字符工具 |
| <wctype.h> (C95 起) |
用来确定包含于宽字符数据中的类型的函数 |
|
|
|