13 lines
152 B
C++
13 lines
152 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <ostream>
|
|
#include <new>
|
|
|
|
extern "C" {
|
|
|
|
void c();
|
|
|
|
void c_unwind();
|
|
|
|
} // extern "C"
|