|
call longjmp( env, ival ) |
|||
|---|---|---|---|
|
env |
INTEGER*4 |
Input |
env is the 12-word integer array initialized by isetjmp. In 64-bit environments it must be declared INTEGER*8 |
|
ival |
INTEGER*4 |
Output |
ival = 0 if isetjmp is called explicitly ival ¬= 0 if isetjmp is called through longjmp |