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