blob: cbe9e21278465a4a3f9c5fdb8ec26d3bdb7ef43f [file] [log] [blame]
#ifndef INCLUDE_GUARD_H
#define INCLUDE_GUARD_H
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
#define VERSION 1
extern "C" {
void root();
} // extern "C"
#endif // INCLUDE_GUARD_H