C标准头文件

C89 共 15 个头文件:

<assert.h>                         <locale.h>                      <stddef.h>
<ctype.h>                          <math.h>                        <stdio.h>
<errno.h>                          <setjmp.h>                      <stdlib.h>
<float.h>                          <signal.h>                      <string.h>
<limits.h>                         <stdarg.h>                      <time.h>

 

C94 添加了 3 个头文件:

<iso646.h>                       <wchar.h>                  <wctype.h>

 

C99 添加了 6 个头文件:

<complex.h>                   <inttypes.h>                  <stdint.h>
<fenv.h>                      <stdbool.h>                   <tgmath.h>

 

C2011 又添加了 5 个头文件:

<stdalign.h>                  <stdnoreturn.h>            <uchar.h>
<stdatomic.h>                 <threads.h>

 

posted @ 2014-08-16 15:05  百里飞猫  阅读(307)  评论(0)    收藏  举报