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