ref: b286be8fc1cbdaf0e2857d62a2269e09fdd4701d dir: /include/setjmp.h/
#ifndef _SETJMP_H #define _SETJMP_H #include <arch/setjmp.h> extern int setjmp(jmp_buf); extern void longjmp(jmp_buf, int); #define setjmp setjmp #endif