ReactOS 0.4.16-dev-250-g3ecd236
|
#include <vcruntime.h>
Go to the source code of this file.
Macros | |
#define | _JMP_BUF_DEFINED |
#define | setjmp _setjmp |
Typedefs | |
typedef _JBTYPE | jmp_buf[_JBLEN] |
Functions | |
int __MINGW_NOTHROW __cdecl | setjmp (jmp_buf _Buf) |
__declspec (noreturn) __MINGW_NOTHROW void __cdecl ms_longjmp(jmp_buf _Buf | |
Variables | |
int | _Value |
typedef _JBTYPE jmp_buf[_JBLEN] |
__declspec | ( | noreturn | ) |
Definition at line 55 of file noreturn.cpp.
int __MINGW_NOTHROW __cdecl setjmp | ( | jmp_buf | _Buf | ) |
int _Value |
Definition at line 214 of file setjmp.h.
Referenced by __iter_swap_aux_aux().