Header | Purpose |
assert.h | Defines the assert() macro |
ctype.h | Character handling |
errno.h | Error reporting |
float.h | Defines implementation-dependent floating-point limits |
limits.h | dependent limits |
locale.h | Localization |
math.h | math library |
setjmp.h | Nonlocal jumps |
signal.h | Signal handling |
stdarg.h | Variable argument lists |
stddef.h | Constants |
stdio.h | I/O system |
stdlib.h | Miscellaneous declarations |
string.h | string functions |
time.h | system time functions |
From C: The Complete Reference, Fourth Edition by Herbert Schildt McGraw-Hill/Osborne 2000
1.17.Header Files | ||||
1.17.1. | Include header file | |||
1.17.2. | Include the header file for input and output | |||
1.17.3. | Headers | |||
1.17.4. | Common Headers | |||
1.17.5. | Headers Added by C99 | |||
1.17.6. | Macros in Headers |