6 lines
58 B
Text
6 lines
58 B
Text
|
#pragma once
|
||
|
|
||
|
namespace std {
|
||
|
typedef int jmp_buf[1];
|
||
|
}
|