Skip to content

Program setjmp and longjmp

To support C++ exceptions or arbitrary jumps, setjmp and longjmp should be added to the lib. They are the basis of some pseudo-multithreads systems like coroutines.