[libc][docs] stub out assert, errno, and locale These were the remaining c89 library headers (besides string.h and stdlib.h; I will split strings.rst in a follow up commit). The macro support detection in docgen doesn't quite work for some of these headers. Add the stubs for these headers for now, and fix up docgen later. See the "NIST publication": Link: https://www.open-std.org/jtc1/sc22/wg14/www/projects.html
28 lines
333 B
ReStructuredText
28 lines
333 B
ReStructuredText
.. include:: ../check.rst
|
|
|
|
========
|
|
assert.h
|
|
========
|
|
|
|
Macros
|
|
======
|
|
|
|
.. list-table::
|
|
:widths: auto
|
|
:align: center
|
|
:header-rows: 1
|
|
|
|
* - Macro
|
|
- Implemented
|
|
- C23 Standard Section
|
|
- POSIX.1-2024 Standard Section
|
|
* - __STDC_VERSION_ASSERT_H__
|
|
- |check|
|
|
- 7.2.1
|
|
-
|
|
* - assert
|
|
-
|
|
- 7.2.1
|
|
-
|
|
|