blob: 3c65c0c929b13775b476690bb52e424b21d7308c [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
namespace root {
using namespace std;
extern "C" {
void root();
} // extern "C"
} // namespace root