7.26 Future library directions
- 7.26.1 Complex arithmetic <complex.h>
- 7.26.2 Character handling <ctype.h>
- 7.26.3 Errors <errno.h>
- 7.26.4 Format conversion of integer types <inttypes.h>
- 7.26.5 Localization <locale.h>
- 7.26.6 Signal handling <signal.h>
- 7.26.7 Boolean type and values <stdbool.h>
- 7.26.8 Integer types <stdint.h>
- 7.26.9 Input/output <stdio.h>
- 7.26.10 General utilities <stdlib.h>
- 7.26.11 String handling <string.h>
- 7.26.12 Extended multibyte and wide character utilities <wchar.h>
- 7.26.13 Wide character classification and mapping utilities
The following names are grouped under individual headers for convenience. All external names described below are reserved no matter what headers are included by the program.