|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 | ) |