mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-11 05:31: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"
|