HP C/iX Library Reference Manual (30026-90004)

Chapter 5 237
HP C/iX Library Function Descriptions
longjmp
Control does not return directly from a call to longjmp(), so there are no return values.
Instead, control is returned to setjmp(), and the value stored in
val
is used as the return
value of setjmp().
NOTE
This function is also implemented as the macro _longjmp.
See Also
setjmp(), ANSI C 4.6.2.1, POSIX.1 8.1