shithub: scc

ref: 1cd61f173ed9b75de10f8d8b6a68a8de8cc095cf
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