C语言的头文件库有哪些?

如题所述

<assert.h> 验证程序断言
<complex.h> 支持复数算术运算
<ctype.h> 字符类型
<errno.h> 出错码
<fenv.h> 浮点环境
<float.h> 浮点常量
<inttypes.h> 整型格式转换
<iso646.h> 替代关系操作符宏
<limits.h> 实现常量
<locale.h> 局部类别
<math.h> 数学常量
<setjmp.h> 非局部goto
<signal.h> 信号
<stdarg.h> 可变参数表
<stdbool.h> 布尔类型和值
<stddef.h> 标准定义
<stdint.h> 整型
<stdio.h> 标准I/O库
<stdlib.h> 实用程序库函数
<string.h> 字符串操作
<tgmath.h> 通用类型数学宏
<time.h> 时间和日期
<wchar.h> 宽字符支持
<wctype.h> 宽字符分类和映射支持追问

#include
#include
#include
#include
#include
#include
#include
这几个啦?

温馨提示:答案为网友推荐,仅供参考
相似回答