shithub: scc

ref: c5134537d2d2b0a7b7b2e9a08e5255c4b881cdbb
dir: /include/setjmp.h/

View raw version
#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