Files
clang-p2996/libc/utils/docgen/setjmp.json
Rajveer Singh Bharadwaj 3ae10fde39 [libc] Generate docs for setjmp.h (#89542)
Resolves #88065

Added macros and functions.
2024-04-23 11:28:09 -07:00

16 lines
213 B
JSON

{
"macros": {
"__STDC_VERSION_SETJMP_H__": {
"defined": "7.13.2"
},
"setjmp": {
"defined": "7.13.1.1"
}
},
"functions": {
"longjmp": {
"defined": "7.13.2.1"
}
}
}