| |
1.17.4.Common Headers |
|
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 |
|