Which macro saves the current environment into the variable environment for later use by the function longjmp().
(a) setjmp
(b) longjmp
(c) jmp
(d) set_jmp
The question was posed to me in unit test.
The origin of the question is Non-Local Jumps topic in chapter C Library of C