Fortran Library Reference

isetjmp: Set the Location for longjmp

This intrinsic function is called by:

ival = isetjmp( env )

env

INTEGER*4

Output  

env is a 12-element integer array. In 64-bit environments it must be declared INTEGER*8

Return value 

INTEGER*4

Output  

ival = 0 if isetjmp is called explicitly

ival ¬= 0 if isetjmp is called through longjmp