This header is part of the program support utilities library.
#define __STDC_VERSION_SETJMP_H__ 202311L typedef /* unspecified */ jmp_buf; int setjmp(jmp_buf env); [[noreturn]] void longjmp(jmp_buf env, int val);