The <csetjmp>
header is the C++ version of the C standard <setjmp.h>
header.
Warning
This chapter presents only the most cursory description of this
header because its use is limited in a C++ program. Use exceptions
instead of the functions in <csetjmp>
.