- **[libc][docgen] Use Macro for macro table name** - **fix setjmp json, otherwise can't regen** - **regen all docs**
44 lines
568 B
ReStructuredText
44 lines
568 B
ReStructuredText
.. include:: check.rst
|
|
|
|
========
|
|
setjmp.h
|
|
========
|
|
|
|
Macros
|
|
======
|
|
|
|
.. list-table::
|
|
:widths: auto
|
|
:align: center
|
|
:header-rows: 1
|
|
|
|
* - Macro
|
|
- Implemented
|
|
- C23 Standard Section
|
|
- POSIX.1-2017 Standard Section
|
|
* - __STDC_VERSION_SETJMP_H__
|
|
-
|
|
- 7.13.2
|
|
-
|
|
|
|
Functions
|
|
=========
|
|
|
|
.. list-table::
|
|
:widths: auto
|
|
:align: center
|
|
:header-rows: 1
|
|
|
|
* - Function
|
|
- Implemented
|
|
- C23 Standard Section
|
|
- POSIX.1-2017 Standard Section
|
|
* - longjmp
|
|
- |check|
|
|
- 7.13.2.1
|
|
-
|
|
* - setjmp
|
|
- |check|
|
|
- 7.13.1.1
|
|
-
|