头文件 | 说明 | 头文件 | 说明 |
<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 起) | 用来确定包含于宽字符数据中的类型的函数 |
相关文章
- 04-07C 标准库头文件
- 04-07Python3标准库:threading进程中管理并发操作
- 04-07c – STL容器库 – 在allocator类的不同实例上调用allocate / deallocate是否合法?
- 04-07STL标准模版库--vector的操作集合
- 04-07Python标准库:内置函数bytes([source[, encoding[, errors]]])
- 04-07Go 学习笔记(74)— Go 标准库之 unsafe
- 04-07c开头的库
- 04-07Go语言系列之标准库ioutil
- 04-07c – 使用Leptonica API裁剪图片 – >或者使用哪个图像处理库?
- 04-07连接数据库时常用的工具类-------C3P0XmlUtils