blob: 3619eca33bcf0e0dbe6d5d2d9b3c0c3a5f9e8a0a [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