一些简称

  • ANSI: American National Standards Institute. ANSI是the International Organization for Standardization(ISO)中的美国成员
  • IEC: International Electrotechnical Commission

C语言标准

1989年ANSI Standard X3.159-1989关于C语言部分通过,这就是常说的C89. 在这个标准的基础上产生了ISO/IEC 9899:1990,和C89只有很小区别.注意,C89标准是ANSI提出的,C90的标准是ISO提出的. C语言标准现在由ISO/IEC international standardization working group for the C programming language(也叫ISO/IEC JTC1/SC22/WG14简称WG14)维护.ISO C定义的C语言是跨平台的,不仅包括C语言的语法和语义,还包括标准库. 1999年C语言标准更新,之后在2001, 2004, 2007年又增加了勘误表. ISO C语言库分24个区.2011年12月,ANSI采纳了ISO/IEC 9899:2011标准. 这个标准通常即C11, 它是C语言的现行标准。

Header FreeBSD
8.0
Linux
3.2.0
Mac OS X
10.6.8
Solaris
10
Description
<assert.h> * * * * verify program assertion
<complex.h> * * * * complex arithmetic support
<ctype.h> * * * * character classification and mapping support
<errno.h> * * * * error codes
<fenv.h> * * * * floating-point environment
<float.h> * * * * floating-point constants and characteristics
<inttypes.h> * * * * integer type format conversion
<iso646.h> * * * * macros for assignment,relational, and unary operators
<limits.h> * * * * implementation constants
<locale.h> * * * * locale categories and related definitions
<math.h> * * * * mathematical function and type declarations and constants
<setjmp.h> * * * * nonlocal goto
<signal.h> * * * * signals
<stdarg.h> * * * * variable argument lists
<stdbool.h> * * * * Boolean type and values
<stddef.h> * * * * standard definitions
<stdint.h> * * * * integer types
<stdio.h> * * * * standard I/O library
<stdlib.h> * * * * utility functions
<string.h> * * * * string operations
<tgmath.h> * * * * type-generic math macros
<time.h> * * * * time and date
<wchar.h> * * * * extended multibyte and wide character support
<wctype.h> * * * * wide character classification and mapping support

参考资料

最新文章

  1. iOS7时代我们用什么来追踪和识别用户?
  2. 一步一步搭框架(asp.netmvc+easyui+sqlserver)-02
  3. [U3D 添加大地、天空,用第一视角看看自己做的世界]
  4. intellij idea 插件 ideaVim
  5. 对socket的一点理解笔记
  6. C++中的类型重定义
  7. vss error reading from file 解决方法
  8. SNIFFER问题集锦
  9. Android Wear计时器开发
  10. 【USACO 1.2.1】挤牛奶
  11. xstream对象xml互转
  12. jvm在存储区域
  13. vijos1196题解
  14. 通过SSH去连接 github 和bitbucket
  15. 【python】del
  16. linux的基本操作与常见命令
  17. [skill] ctags支持函数声明
  18. html input控件总结
  19. CRUD组件的高阶使用
  20. springboot-application.properties可配置属性总结 (datasource 和 JPA)

热门文章

  1. Python字符串类型判断错误
  2. Salesforce学习之路(十三)Aura案例实战分析
  3. Kali Rolling 系统配置总结 (Updateing)
  4. 【阿里巴巴-高德-汽车事业部】【内推】Java技术专家、前端技术专家、C++技术专家(长期招聘)
  5. 1142 CREATE VIEW command denied to user &#39;blog&#39;@&#39;XXX.XXX.XXX.XXX&#39; for table &#39;Articles&#39;
  6. 《Git的常用操作》
  7. vuejs之路由应用之一
  8. 组长组——“多彩夕阳”APP评价
  9. Redis 的底层数据结构(对象)
  10. 解决failed to push some refs to &#39;git@github.com:TQBX/GIT-Github-.git&#39;问题