February 2013
Beginner
688 pages
19h 58m
English
APPENDIX E
![]()
Standard Library Header Files
The following table lists the standard header files that may be implemented by a compiler that conforms to the C11 language standard. Some of these are optional and so may not be provided by a conforming implementation.
| Header file name | Contents | |||
| assert.h | Defines the assert and static_assert macros. | |||
| complex.h | An optional header in the C11 standard. It defines functions and macros that support operations with complex numbers. | |||
| ctype.h | Defines functions for classifying and mapping characters: | |||
| isalpha() | isalnum() | isupper() | islower() | |
| isblank() | isspace() | iscntrl() | isdigit() | |
| ispunct() | isgraph() ... | |||
Read now
Unlock full access