<csetjmp>
#include <setjmp.h> namespace std { using ::jmp_buf; using ::longjmp; };
Include the standard header <csetjmp>
to effectively include the standard header
<setjmp.h>
within the
std
namespace.
See also the Table of Contents and the Index.
Copyright © 1992-1996 by P.J. Plauger. All rights reserved.