longjmp (C++)
Was introduced to this keyword through CS343.
https://www.fmc-modeling.org/category/projects/apache/amp/A_5_Longjmp.html
what happens if i call longjmp(jumpbufer, 2)
? That sets the value of jmpBuffer to 2? so then, setjmp(jumpBuffer) == 2)
is true?