Files
2021-11-02 11:13:49 +01:00

16 lines
253 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
extern "C" {
/// The root of all evil.
void root();
/// A little above the root, and a lot more visible, with a run-on sentence
void trunk();
} // extern "C"