#include <cstdarg>
#include <cstdint>
#include <cstdlib>

extern "C" {

/// The root of all evil.
void root();

} // extern "C"
