We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setjmp.h
1 parent 1d14034 commit 3ae10fdCopy full SHA for 3ae10fd
libc/docs/index.rst
@@ -72,6 +72,7 @@ stages there is no ABI stability in any form.
72
ctype
73
signal
74
threads
75
+ setjmp
76
77
.. toctree::
78
:hidden:
libc/docs/setjmp.rst
@@ -0,0 +1,16 @@
1
+.. include:: check.rst
2
+
3
+setjmp.h Functions
4
+==================
5
6
+.. list-table::
7
+ :widths: auto
8
+ :align: center
9
+ :header-rows: 1
10
11
+ * - Function
12
+ - Implemented
13
+ - Standard
14
+ * - longjmp
15
+ - |check|
16
+ - 7.13.2.1
libc/utils/docgen/setjmp.json
@@ -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"
+}
0 commit comments