I get the error 'jmp_buf' does not name a type even if I #include <csetjmp> and using namespace std;
'jmp_buf' does not name a type
#include <csetjmp>
using namespace std;