Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ stages there is no ABI stability in any form.
ctype
signal
threads
setjmp

.. toctree::
:hidden:
Expand Down
16 changes: 16 additions & 0 deletions libc/docs/setjmp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. include:: check.rst

setjmp.h Functions
==================

.. list-table::
:widths: auto
:align: center
:header-rows: 1

* - Function
- Implemented
- Standard
* - longjmp
- |check|
- 7.13.2.1
15 changes: 15 additions & 0 deletions libc/utils/docgen/setjmp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"macros": {
"__STDC_VERSION_SETJMP_H__": {
"defined": "7.13.2"
},
"setjmp": {
"defined": "7.13.1.1"
}
},
"functions": {
"longjmp": {
"defined": "7.13.2.1"
}
}
}