Date : Mon, 01 Oct 1984 15:24:50-PDT (Mon)
From : hplabs!sdcrdcf!trwrb!scgvaxd!pertec!felix!zemon@Ucb-Vax.arpa
Subject: Re: What is the setjump call?
The routine is "setjmp" and in conjunction with "longjmp"
provides the ability to "goto" anywhere in a program where
you have already been. It is typically used for error
recovery or interrupt handling and, like the mundane
"goto," is probably not a part of good, structured
programming.
You certainly should not go out of your way to work it into
your programs.
--
-- Art Zemon
FileNet Corp.
...! {decvax, ihnp4, ucbvax} !trwrb!felix!zemon