_setjmp3
Visual Studio 2010
A new implementation of the setjmp function.
int _setjmp3( OUT jmp_buf env, int count, (optional parameters) );
Do not use this function in a C++ program. It is an intrinsic function that does not support C++. For more information about how to use setjmp, see Using setjmp/longjmp.