ref: e4a5cc43d1af9cdda835f29140376d7c3a35fe32 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