Files
clang-p2996/libc/utils/docgen/setjmp.json
Nick Desaulniers 659834df0e docgen refresh (#118709)
- **[libc][docgen] Use Macro for macro table name**
- **fix setjmp json, otherwise can't regen**
- **regen all docs**
2024-12-04 15:43:52 -08:00

16 lines
228 B
JSON

{
"macros": {
"__STDC_VERSION_SETJMP_H__": {
"c-definition": "7.13.2"
}
},
"functions": {
"setjmp": {
"c-definition": "7.13.1.1"
},
"longjmp": {
"c-definition": "7.13.2.1"
}
}
}