shithub: scc

ref: 3c6c5a02710e4d7a3da6121e9bfb8d2bc0d786dd
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