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