5 lines
99 B
C
5 lines
99 B
C
#include <signal.h>
|
|
|
|
void longjmp(int, int) __attribute__ ((__noreturn__));
|
|
|
|
#define setjmp(buf) 0
|