This header is part of theprogram support utilities library.
#define __STDC_VERSION_SETJMP_H__ 202311L typedef/* unspecified */jmp_buf; intsetjmp(jmp_buf env);[[noreturn]]voidlongjmp(jmp_buf env,int val);