smol-gilbraltar/nolibc/include/setjmp.h

6 lines
99 B
C
Raw Normal View History

2024-12-20 22:45:12 +00:00
#include <signal.h>
void longjmp(int, int) __attribute__ ((__noreturn__));
#define setjmp(buf) 0