On Fri, Oct 14, 2011 at 10:35:27AM -0600, ben wrote:
Here is another
one which also requires some knowledge of standards:
What is the safe thing to do after a longjmp to a previous setjmp
position?
Why the heck are you doing that?
We use for error handling.
A: Quit ... your code is toast.
You don't have to be so drastic, a return to the caller, however, is
pretty much what you can do.
/P