C Standard Library headers
From cppreference.com
< c
The interface of C standard library is defined by the following collection of headers.
[edit] Feature test macros (since C23)
Feature test macros are defined in corresponding headers respectively since C23. Note that not all headers contain such a macro.
# | Header | Macro name | Value |
---|---|---|---|
1 | <assert.h> | __STDC_VERSION_ASSERT_H__ | 202311L |
2 | <complex.h> | __STDC_VERSION_COMPLEX_H__ | 202311L |
3 | <ctype.h> | N/A | |
4 | <errno.h> | N/A | |
5 | <fenv.h> | __STDC_VERSION_FENV_H__ | 202311L |
6 |