<csetjmp>
Visual Studio 2005
Defines the macros traditionally defined in the Standard C library header <setjmp.h>.
#if <TRADITIONAL C HEADERS>
#include <setjmp.h>
namespace std {
using ::jmp_buf;
using ::longjmp;
using ::setjmp;
}
#endif