前言
ANSI C(C89)标准库函数共有15个头文件。这15个头文件分别为:
1. 2. 3.
4. 5. 6.
7. 8. 9.
10. 11. 12.
13. 14. 15.
这15个头文件共包含了137个库函数。其中ctype.h包含13个函数,math.h包含22个函数,signal.h包含2个函数,stdio.h包含41个函数,stdlib.h包含了28个函数,string.h包含了22个函数,time.h包含了9个函数。
1995年,Normative Addendum 1(NA1)批准了3个头文件(iso646.h, wchar.h和wctype.h)增加到C标准函数库中。C99标准增加了6个头文件(complex.h, fenv.h, inttypes.h, stdbool.h, stdint.h和tgmath.h)。C11标准中又新增了5个头文