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