shithub: scc

ref: 40c0dd60db401444abc61b122fb396af9b0c1114
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