Standard C 语言标准函数库速查 (Cheat Sheet) http://ganquan.info/standard-c/

 

c语言标准头:

<assert.h> 断言
<ctype.h> 字符类测试
<errno.h> (部分)库函数抛出的错误代码
<float.h> 浮点数运算
<limits.h> 检测整型数据类型值范围
<locale.h> 本土化
<math.h> 数学函数
<setjmp.h> “非局部跳转”
<signal.h> 信号
<stdarg.h> 可变参数列表
<stddef.h> 一些常数,类型和变量
<stdio.h> 输入和输出
<stdlib.h> 实用功能
<string.h> 字符串函数
<time.h> 时间和日期函数

 

相关文章:

  • 2021-10-02
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2021-09-21
  • 2021-09-19
  • 2022-02-17
  • 2022-12-23
  • 2021-12-28
相关资源
相似解决方案