C <setjmp.h>.
.
namespace std { using jmp_buf = /* */ ; [[noreturn]] void longjmp(jmp_buf env, int val); } #define setjmp(env) /* */