HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                     void longjmp( jmp_buf env, int id )


       - prototype in setjmp.h

       - call to longjmp() with env restores task state (set by setjmp()),
         returning value id
       - cannot return 0; if id == 0, returns 1

Esc or Alt-X to exit longjmp Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann