We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setjmp.h
1 parent aa22d44 commit ef977e6Copy full SHA for ef977e6
libc/docs/c23.rst
@@ -18,6 +18,9 @@ Implementation Status
18
19
Additions:
20
21
+* setjmp.h
22
+
23
+ * longjmp |check|
24
* fenv.h
25
26
* fesetexcept |check|
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