int setjmp( jmp_buf env )



	- prototype in setjmp.h

	- captures callers task state in env and returns 0
	- see	longjmp()