#ifndef MSL_CPP_CSETJMP_H
#define MSL_CPP_CSETJMP_H
#include <setjmp.h>

namespace std {
    using ::jmp_buf;

    using ::longjmp;
}

#endif
