C Standard Library header files

来自cppreference.com
< c

<assert.h> 条件编译宏,比较其参数为零
<complex.h> (C99 起) 复杂的数字运算
<ctype.h> 函数来确定在字符数据中包含的类型
<errno.h> 宏报告错误条件
<fenv.h> (C99 起) 浮点环境
<float.h> float类型的限制
<inttypes.h> (C99 起) 格式转换整数类型
<iso646.h> (C99 起)
替代运营商的拼写
Original:
Alternative operator spellings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<limits.h> 基本类型的大小
<locale.h> 本地化的实用程序
<math.h> 常见的数学函数
<setjmp.h> 非局部的跳跃
<signal.h> 信号处理
<stdalign.h> (C11 起)
键入线形控制
Original:
Type alignment control
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<stdarg.h>
可变参数
Original:
Variable arguments
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<stdatomic.h> (C11 起) 原子类型
<stdbool.h> (C99 起) 宏bool类型的支持
<stddef.h>
常见的宏定义
Original:
Common macro definitions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<stdint.h> (C99 起) 固定宽度的整数类型
<stdio.h> 输入/输出
<stdlib.h>
一般实用程序:内存管理程序实用工具字符串转换的随机数
Original:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<stdnoreturn.h> (C11 起)
返回功能
Original:
Non-returning functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<string.h> 字符串处理
<tgmath.h> (C99 起)
类型的通用数学(宏包装math.h和complex.h)
Original:
类型的通用数学 (macros wrapping math.h and complex.h)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
<threads.h> (C11 起) 主题libary
<time.h> 时间/日期公用设施
<uchar.h> (C11 起) UTF-16和UTF-32字符的工具
<wchar.h> (C99 起) 扩展多字节和宽字符工具
<wctype.h> (C99 起) 宽字符分类和映射工具