SYNOPSIS
#include <setjmp.h>
int setjmp(jmp_buf env);
int _setjmp(jmp_buf env);
DESCRIPTION
A call to
When
An invocation of
- The entire controlling expression of a selection or iteration statement.
- One operand of a relational or equality operator with the other operand an integral constant expression, with the resulting expression being the entire controlling expression of a selection or iteration statement.
- The operand of a unary ! operator with the resulting expressing being the entire controlling expression of a selection or iteration.
- The entire expression of an expression statement (possibly cast to void).
The
PARAMETERS
RETURN VALUES
If the return is from a direct invocation,
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
_longjmp() ,longjmp() ,siglongjmp() ,sigsetjmp()
PTC MKS Toolkit 10.4 Documentation Build 39.