pokeplatinum/lib/msl/include/MSL_C/msl_cpp_std_setjmp.h
2023-01-13 17:29:39 +01:00

14 lines
149 B
C

#ifndef _MSL_CPP_STD_SETJMP_H
#define _MSL_CPP_STD_SETJMP_H
#ifdef __cplusplus
namespace std {
using ::jmp_buf;
using ::longjmp;
}
#endif
#endif