mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-13 22:41:57 +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"
|