mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-05 18:49:52 +00:00
18 lines
197 B
C++
18 lines
197 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <ostream>
|
|
#include <new>
|
|
|
|
namespace root {
|
|
|
|
using namespace std;
|
|
|
|
extern "C" {
|
|
|
|
void root();
|
|
|
|
} // extern "C"
|
|
|
|
} // namespace root
|