mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-10 21:21:09 +00:00
13 lines
162 B
C++
13 lines
162 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <ostream>
|
|
#include <new>
|
|
|
|
extern "C" {
|
|
|
|
/// The root of all evil.
|
|
void root();
|
|
|
|
} // extern "C"
|