mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-12 00:05:06 +02:00
9 lines
156 B
C++
9 lines
156 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <ostream>
|
|
#include <new>
|
|
|
|
using Transparent = uint8_t;
|
|
|
|
static const Transparent FOO = 0;
|