Currently At: Programming Reference > C Reference > Other standard C functions > longjmp()

longjmp()


Syntax:
#include <setjmp.h>
void longjmp( jmp_buf envbuf, int status );


Description:
The function longjmp() causes the program to start executing code at the point of the last call to setjmp(). envbuf is usually set through a call to setjmp(). status becomes the return value of setjmp() and can be used to figure out where longjmp() came from. should not be set to zero.

Related Topics:
setjmp()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions